Java annotation are a form of metadata that can be added to the code which provides information to the compiler or runtime environment.
This information can be used for various use cases such as providing hint to the compiler, adding code generation or providing information to frameworks etc.
In this article learn about annotation and will create annotation for field validation in class.
Share this post
How to Create Custom Field Validator Annotation In Java
Share this post
Java annotation are a form of metadata that can be added to the code which provides information to the compiler or runtime environment.
This information can be used for various use cases such as providing hint to the compiler, adding code generation or providing information to frameworks etc.
In this article learn about annotation and will create annotation for field validation in class.
Detailed Article Link