jass.modern
Annotation Type Pure


@Documented
@Retention(value=CLASS)
@Target(value={METHOD,TYPE})
public @interface Pure

Expresses that a method is side-effect free or that a type is immutable.

Author:
riejo