Annotation Type Data.Ignore


  • @Retention(RUNTIME)
    @Target(METHOD)
    public static @interface Data.Ignore
    This data element should be ignored during reading and writing the data. It is usually a mistake to make required attribute having no defaults as ignorable.