Package org.eclipse.xtend.middleend.javaannotations

Interface Summary
ExecutionContextAware This marker interface gives Java extensions access to the execution context.
 

Class Summary
AbstractExecutionContextAware This is a convenient default implementation of the marker interface ExecutionContextAware.
JavaAnnotationBackendFacade  
JavaFunctionClassContributor This class contributes no types, but all public methods in a Java class as functions, both static and non-static.
 

Annotation Types Summary
M2tAroundAdvice Methods marked with this annotation are treated as "around" advice rather than functions.
M2tCached Methods marked with this annotation will be cached
M2tImport  
M2tImports  
M2tNoFunction Methods marked with this annotation will not be registered as extensions if their class is registered
M2tPointcut  
M2tPrivateFunction Methods marked with this annotation will be registered as private extensions, i.e.
M2tQualifiedName Methods marked with this annotation use fully qualified names.