Use this to group several @GeneratePrism annotations together, for example in a package
annotation. If any of those annotations have a member element whose type is another of those
annotations, then the Prism for the first will use the Prism for the second.
The target is relatively unimportant, however the generated Prism will be a member of the same package as the target.
- Author:
- Bruce Chapman
-
Required Element Summary
Required Elements
-
Element Details
-
value
GeneratePrism[] valueThe Prisms to be generated
-