Class StubTypeTree

java.lang.Object
com.logicaldoc.webservice.doc.model.StubTypeTree

public class StubTypeTree extends Object
A tree-like structure indicating the inheritance of java classes involved in the stubs
Important: B.class is considered the child type of A.class, if and only if
a. A.class is assignable from B.class in terms of Java language
b. and A.class is annotated as @XmlSeeAlso(B.class)
  • Constructor Details

    • StubTypeTree

      public StubTypeTree()
  • Method Details