Java Annotation is a tag that represents the metadata i.e. attached with class, interface, methods or fields to indicate some additional information which can be used by java compiler and JVM.
An annotation should be used to specify information whose lack will not result in an invalid compilation. If the information is needed for validity, it should be represented as a member field of a ...
Is your feature request related to a problem? Please describe. Currently java generator (as well as some other generators) has x-field-extra-annotation feature, which allows to annotate Java fileds ...