Module org.eclipse.xtext.xbase.lib
Package org.eclipse.xtext.xbase.lib
Annotation Interface XbaseGenerated
@Retention(RUNTIME)
@Target({TYPE,METHOD,CONSTRUCTOR})
@Documented
@Beta
@GwtCompatible
public @interface XbaseGenerated
By annotating a class or method with this annotation, JaCoCo will ignore the
annotated member.
- Since:
- 2.36
- Author:
- Lorenzo Bettini - Initial contribution and API