Adding programmatic annotations to a Java class
问题 Usage example: I want to put on class fields a custom annotation @MyContainer and then add automatically on all such fields relevant Hibernate annotations (depending on field type and properties). In additional I need to add JAXB XmlType annotation to the class and base the type name on the class name. I would want additionally to add annotations to fields based on thier types, etc. All added annotations should be available at run time (So hibernate / JAXB can find them). I'm aware of the