@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Pojo
It helps to load the definitions of all POJO classes (the output classes or search forms) on the classpath. To enable the POJOs detection, these classes must be annotated this annotation.
For more info please see the Eclipse plugin tutorial.
Copyright © 2014. All Rights Reserved.