Annotation Type Pojo


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Pojo
    This annotation is used by the advanced template pojos.

    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.

    Author:
    Vladimir Hudec