Package cascading.management.annotation

Interface Summary
Sanitizer Sanitizer is an interface to be used in conjunction with PropertySanitizer.
 

Enum Summary
Order Order describes the order in which Property annotations shall be displayed.
Visibility Visibility controls whether a certain Property is visible to a certain audience.
 

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.
 



Copyright © 2007-2014 Concurrent, Inc. All Rights Reserved.