Package org.bukkit

Annotation Type Utility


@Target({CONSTRUCTOR,METHOD})
@Retention(SOURCE)
public @interface Utility
This annotation indicates a method (and sometimes constructor) will chain its internal operations.

This is solely meant for identifying methods that don't need to be overridden / handled manually.