JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
dev.pfaff.altargui
dev.pfaff.altargui.internal.util
Specialize
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Specialize
@Retention
(
CLASS
)
@Target
(
METHOD
)
public @interface
Specialize
Indicates that the annotated method must be overridden by all subclasses, even if they just call
super
.