public class JaCoCoGenerated extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JACOCO_GENERATED_CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.codemodel.JDefinedClass |
createCustomPackageRuntimeGeneratedAnnotation(com.sun.codemodel.JPackage generatableType)
This will add to the codeModel associated with the passed generatableType a "generated" annotation interface
in the same package suitable for JaCoCo use (i.e.
|
static void |
main(String[] args) |
public static final String JACOCO_GENERATED_CLASS_NAME
public static void main(String[] args) throws IOException
IOExceptionpublic static com.sun.codemodel.JDefinedClass createCustomPackageRuntimeGeneratedAnnotation(com.sun.codemodel.JPackage generatableType)
generatableType - - the package for the annotation interface to createCopyright © 2023 MFJ Associates. All rights reserved.