org.eclipse.xtend.middleend.javaannotations
Annotation Type M2tPrivateFunction


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface M2tPrivateFunction

Methods marked with this annotation will be registered as private extensions, i.e. they will be visible for invocations from within the class but not from other resources

Author:
Arno Haase (http://www.haase-consulting.com)