Interface Configuration.AnnotationsConfig
-
- Enclosing interface:
- Configuration
public static interface Configuration.AnnotationsConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConfiguration.AnnotationsConfig.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,AnnotationConfiguration>annotations()booleanlogUndefinedAnnotations()Should we log a warning every time we encounter an undefined documentation annotation? This istrueby default.
-
-
-
Method Detail
-
logUndefinedAnnotations
boolean logUndefinedAnnotations()
Should we log a warning every time we encounter an undefined documentation annotation? This istrueby default.
-
annotations
Map<String,AnnotationConfiguration> annotations()
-
-