I'd like to annotate a getter-method with @IpsEnumId(enumType = MyEnum.class)
.
As I know from Annotations are removed by Faktor-IPS Code Generator, I tried to add a Java-Doc-Line @customizedAnnotations ADDED
. But that does not work. My annotation line disappears after a rebuild.
What can I do?