Package dev.pfaff.altargui.internal.annotation
package dev.pfaff.altargui.internal.annotation
-
Annotation InterfacesClassDescriptionIndicates that the annotated method should be overridden by all subclasses, even if they just call the
super
method.Marks a method that should be called only by methods annotated with@Specialize
.