@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Inheritance
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
customStrategy
Custom inheritance strategy.
|
InheritanceStrategy |
strategy
Strategy to use for inheritance.
|
public abstract InheritanceStrategy strategy