Annotation Type AdaptationDescription
-
@Retention(RUNTIME) @Target(TYPE) public @interface AdaptationDescription
Used to set a description for a schema adaptation type.
E.g.:@AdaptationType @AdaptationDescription("This is some data type") public class SomeDataType {...}
-
-
Element Detail
-
value
String value
-
-