Annotation Interface PropertyConstraint
The scope of Jazzer annotations can be configured using the constants defined in this
meta-annotations.
Annotations supporting property constraints need to be marked with this meta-annotation and contain a
Annotations supporting property constraints need to be marked with this meta-annotation and contain a
String
property named "constrained", referencing the constants
defined in this class.-
Field Summary
Fields
-
Field Details
-
DECLARATION
Annotations restricted withDECLARATION
only apply to the annotated type.- See Also:
-
RECURSIVE
Annotations restricted withRECURSIVE
apply to the annotated type, and recursively to all types of components of the annotated one.- See Also:
-