Annotation Types Summary |
Property |
Property annotations can be used to send additional information about certain aspects of Cascading classes
to the DocumentService . |
PropertyConfigured |
PropertyConfigured is an annotation to document the configuration key and the default value of a given @Property
annotation on the same AnnotatedElement . |
PropertyDescription |
PropertyDescription is an annotation that can be used to describe the @Property annotation present on the
same AnnotatedElement . |
PropertyOrder |
PropertyOrder is an annotation at the class level that controls the sort order of the Property annotations present
on that class. |
PropertyRegexSanitizer |
PropertyRegexSanitizer is an annotation to be used in conjunction with a Property annotation to sanitize values containing
sensitive information with a given regular expression. |
PropertySanitizer |
PropertySanitizer is an annotation to be used in conjunction with a Property annotation to sanitize values containing
sensitive information. |