@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AdaptationDescription
@AdaptationType @AdaptationDescription("This is some data type")
public class SomeDataType {...}
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |