Interface Configuration.AnnotationsConfig.Builder
- All Known Implementing Classes:
ConfigurationImpl.BuilderImpl.AnnotationsConfigBuilderImpl
- Enclosing interface:
Configuration.AnnotationsConfig
public static interface Configuration.AnnotationsConfig.Builder
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionannotation(String annotationName, AnnotationElement.AnnotationTarget... target) Create a new annotation with the given name and return its builder to continue define it.build()setLogUndefinedAnnotations(boolean logUndefinedAnnotations) Should we log a warning every time we encounter an undefined documentation annotation? This istrueby default.
-
Method Details
-
setLogUndefinedAnnotations
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()
-