Annotation Interface Required
Marks a field or parameter as required, meaning it cannot be null or empty.
This annotation ensures that the annotated field or parameter has a non-null and non-empty value. It is useful for enforcing mandatory inputs in the framework.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Sandratra NIAINA