Interface Configuration.AnnotationsConfig
- All Known Implementing Classes:
ConfigurationImpl.AnnotationsConfigImpl
- Enclosing interface:
Configuration
public static interface Configuration.AnnotationsConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanShould we log a warning every time we encounter an undefined documentation annotation? This istrueby default.
-
Method Details
-
logUndefinedAnnotations
boolean logUndefinedAnnotations()Should we log a warning every time we encounter an undefined documentation annotation? This istrueby default. -
annotations
Map<String,AnnotationConfiguration> annotations()
-