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