Annotation Type InextensibleMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface InextensibleMethodMarker interface, which indicate that annotated method in widget controller is on purpose private or final - so it cannot be overridden.
@Retention(RUNTIME)
@Target(METHOD)
public @interface InextensibleMethod