JavaScript is disabled on your browser.
- Summary:
- Required |
- Optional
javax.annotation
Annotation Type OverridingMethodsMustInvokeSuper
-
@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OverridingMethodsMustInvokeSuper
When this annotation is applied to a method, it indicates that if this method
is overridden in a subclass, the overriding method should invoke this method
(through method invocation on super).
- Summary:
- Required |
- Optional
Copyright © 2015. All rights reserved.