Annotation Type StartsWith
@Documented
@Constraint(validatedBy=StixStartsWithValidatorString.class)
@Target({ANNOTATION_TYPE,TYPE_USE})
@Retention(RUNTIME)
public @interface StartsWith
Provides a Starts With validator of String values.
Defaults to StixCustomPropertiesConfig.DEFAULT_CUSTOM_PROPERTY_PREFIX
-
Optional Element Summary
Optional Elements