@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface InheritedAttribute
An example of a use of this is to handle @ManagedData that inherits from
Collection
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
description
The description of the attribute.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
id
The name of the attribute, This class must inherit a method whose name
corresponds to this id in one of the standard ways.
|
java.lang.String |
methodName
The name of the method implementing this attribute.
|
public abstract java.lang.String description
public abstract java.lang.String id
public abstract java.lang.String methodName