@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DefaultMethod
This annotation marks a method as a default method. A default method is a
redefinition of a superclass method and contains a call to the superclass
implementation.
- Author:
- Nacho