public interface ConfigurationBuilder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConfigurationBuilder.AddAnnotationType |
static interface |
ConfigurationBuilder.AddArtifactGenerator |
static interface |
ConfigurationBuilder.SetListener |
static interface |
ConfigurationBuilder.SupportedSourceVersion |
| 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) |
T addAllAnnotationTypesByType(Iterable<Class<? extends Annotation>> annotationTypes)
T addAnnotationType(Class<? extends Annotation> annotationType)
Copyright © 2016 Objectos Software LTDA. All rights reserved.