Annotation Type Exclude


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Exclude
    Annotation to exclude a field from being populated.
    Author:
    Mahmoud Ben Hassine ([email protected])