|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Inheritance
Annotation for the inheritance of the class. Corresponds to the xml element "inheritance" of the "class" and "interface" elements.
Optional Element Summary | |
---|---|
java.lang.String |
customStrategy
Custom inheritance strategy. |
InheritanceStrategy |
strategy
Strategy to use for inheritance. |
public abstract InheritanceStrategy strategy
public abstract java.lang.String customStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |