@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MemberID
Modifier and Type | Required Element and Description |
---|---|
byte |
value
Member ID value
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
className
Fully qualified name of a default implementation class if the annotated member is an interface or an abstract
class.
|