Interface Configuration.AnnotationsConfig
- Enclosing interface:
- Configuration
public static interface Configuration.AnnotationsConfig
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Should we log a warning every time we encounter an undefined documentation annotation? This istrue
by default.
-
Method Details
-
logUndefinedAnnotations
boolean logUndefinedAnnotations()Should we log a warning every time we encounter an undefined documentation annotation? This istrue
by default. -
annotations
Map<String,AnnotationConfiguration> annotations()
-