Annotation Interface NoImplement
Interfaces tagged with this annotation are declaring they are not to be
implemented by clients. If this annotation is used anywhere except for
interfaces it will be ignored.
- Since:
- 1.0
-
Optional Element Summary
-
Element Details
-
value
String valueA message to provide contextual information to clients about why this annotations is applied.- Since:
- 1.3
- Default:
- "This interface is not intended to be implemented by clients."
-