Hi all, i'm trying to make use of ParentPackage annotaion and here: http://struts.apache.org/2.x/docs/zero-configuration.html it is sad that i should use it at package-level in package-info.java, but here: http://struts.apache.org/2.x/docs/parentpackage-annotation.html is sad that ParentPackage is class-level
I've been trying this out and it looks like ParentPackage is only working when declared at class level. I tried it on 2.0.11.1 and 2.1.2 Some kind of documentation error? Best greetings, Paweł Wielgus.