Annotation Type NoInstantiate
- 
 @Documented @Target(TYPE) @Retention(SOURCE) public @interface NoInstantiate Classes tagged with this annotation are declaring they are not to be instantiated by clients. If this annotation is used anywhere except for classes it will be ignored.- Since:
- 1.0