Annotation Type InextensibleMethod


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