Package org.apache.storm.validation
Annotation Interface ConfigValidationAnnotations.IsMapEntryType
- Enclosing class:
- ConfigValidationAnnotations
@Retention(RUNTIME)
@Target(FIELD)
public static @interface ConfigValidationAnnotations.IsMapEntryType
Validates the type of each key and value in a map Validator with fields: validatorClass, keyValidatorClass, valueValidatorClass.
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements