org.bukkit
Annotation Type Utility


@Target(value={CONSTRUCTOR,METHOD})
@Retention(value=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.



Copyright © 2014. All rights reserved.