Annotation Interface NonAbstractForCompatibility
The annotated method is only non-
abstract
for compatibility with old subclasses,
and will be made abstract
in the next major version of WorldEdit.
Any new subclasses must override the annotated method, failing to do so will result in an exception at runtime.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe name of the method delegated to by the annotated method.Class<?>[]
The parameter types of the method delegated to by the annotated method.