Annotation Type NoOverride
- 
 @Documented @Target({METHOD,CONSTRUCTOR}) @Retention(SOURCE) public @interface NoOverride Methods tagged with this annotation are declaring they are not to be overridden by clients. If this annotation is used anywhere other than methods it will be ignored.- Since:
- 1.0