public static interface Configuration.AnnotationsConfig.Builder
| Modifier and Type | Method and Description |
|---|---|
AnnotationConfiguration.Builder |
annotation(String annotationName,
AnnotationElement.AnnotationTarget... target)
Create a new annotation with the given name and return its builder to continue define it.
|
Configuration |
build() |
Configuration.AnnotationsConfig.Builder |
setLogUndefinedAnnotations(boolean logUndefinedAnnotations)
Should we log a warning every time we encounter an undefined documentation annotation? This is
true
by default. |
Configuration.AnnotationsConfig.Builder setLogUndefinedAnnotations(boolean logUndefinedAnnotations)
true
by default.AnnotationConfiguration.Builder annotation(String annotationName, AnnotationElement.AnnotationTarget... target)
Configuration build()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.