public static interface ConfigurationBuilder.AddAnnotationType
| Modifier and Type | Method and Description |
|---|---|
T |
addAllAnnotationTypesByName(Iterable<String> qualifiedNames) |
T |
addAllAnnotationTypesByType(Iterable<Class<? extends Annotation>> annotationTypes) |
T |
addAnnotationType(Class<? extends Annotation> annotationType) |
T |
addAnnotationType(String qualifiedName) |
SELF |
addMethodInfoArtifactGenerator(MethodInfoArtifactGenerator generator) |
SELF |
addPackageInfoArtifactGenerator(PackageInfoArtifactGenerator generator) |
SELF |
addTypeInfoArtifactGenerator(TypeInfoArtifactGenerator generator) |
T |
supportedSourceVersion(SourceVersion version) |
T addAllAnnotationTypesByType(Iterable<Class<? extends Annotation>> annotationTypes)
T addAnnotationType(Class<? extends Annotation> annotationType)
SELF addMethodInfoArtifactGenerator(MethodInfoArtifactGenerator generator)
SELF addPackageInfoArtifactGenerator(PackageInfoArtifactGenerator generator)
SELF addTypeInfoArtifactGenerator(TypeInfoArtifactGenerator generator)
T supportedSourceVersion(SourceVersion version)
Copyright © 2016 Objectos Software LTDA. All rights reserved.