Annotation Interface RequirementStore
Annotation to mark methods within a requirement annotation for value storage.
When applied to a method, this indicates that the method's return value
should be used for storing specific requirement-related data. This is
particularly useful in conjunction with RequirementMeta annotations
for defining custom requirements.
Methods annotated with RequirementStore are automatically
detected and their values are extracted during requirement processing.
- Since:
- 3.1.0-SNAPSHOT
- See Also: