Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.3
-
None
Description
The logic for the @POJO annotation is applied only to top-level classes, even if the nested classes are explicitly annotated with @CompileStatic.
@CompileStatic @POJO class MetaClassExcluded { @CompileStatic @POJO static class StillHasMetaClass {} }