Annotation Interface Specialize


@Retention(SOURCE) @Target(METHOD) public @interface Specialize

Indicates that the annotated method should be overridden by all subclasses, even if they just call the super method.

This can encourage the JVM to specialize each subclass's implementation of the annotated method method.