Interface Configuration.AnnotationsConfig.Builder
-
- Enclosing interface:
- Configuration.AnnotationsConfig
public static interface Configuration.AnnotationsConfig.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationConfiguration.Builderannotation(String annotationName, AnnotationElement.AnnotationTarget... target)Create a new annotation with the given name and return its builder to continue define it.Configurationbuild()Configuration.AnnotationsConfig.BuildersetLogUndefinedAnnotations(boolean logUndefinedAnnotations)Should we log a warning every time we encounter an undefined documentation annotation? This istrueby default.
-
-
-
Method Detail
-
setLogUndefinedAnnotations
Configuration.AnnotationsConfig.Builder setLogUndefinedAnnotations(boolean logUndefinedAnnotations)
Should we log a warning every time we encounter an undefined documentation annotation? This istrueby default.
-
annotation
AnnotationConfiguration.Builder annotation(String annotationName, AnnotationElement.AnnotationTarget... target)
Create a new annotation with the given name and return its builder to continue define it.
-
build
Configuration build()
-
-