Annotation Type Exclude


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Exclude
    Annotation to exclude a field from being populated.
    Author:
    Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)