Documentation of 'edu.umd.cs.findbugs.annotations.OverrideMustInvoke' Java class
OverrideMustInvoke
edu.umd.cs.findbugs.annotations

Annotation Type OverrideMustInvoke


  • Deprecated. 
    - Use OverridingMethodsMustInvokeSuper instead

    @Documented
     @Deprecated
     @Target(value=METHOD)
     @Retention(value=CLASS)
    public @interface OverrideMustInvoke
    Used to annotate a method that, if overridden, must (or should) be invoked by an invocation on super in the overriding method. Examples of such methods include finalize() and clone(). The argument to the method indicates when the super invocation should occur: at any time, at the beginning of the overriding method, or at the end of the overriding method.
    See Also:
    When
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      When value
      Deprecated. 
       
    • Element Detail

      • value

        public abstract When value
        Deprecated. 
        Default:
        edu.umd.cs.findbugs.annotations.When.ANYTIME

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.