org.eclipse.xtext.xbase.lib
Annotation Type Pure


@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD})
@Beta
public @interface Pure

Whether the constructor or method causes any side-effects to non-local state.

Since:
2.3
Author:
Sven Efftinge - Initial contribution and API