How to create custom Annotation in Java
You may or may already be familier with Java Annotations as they are alredy very common, specially if you are working with IDEs they mark the required code with annotations whenever required, but this is an Ideal article for you if you are looking to create a custom annotation, to the point and to the …