Annotation Type ATIdentity


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface ATIdentity
    An annotation that signifies that this field or getter/setter method should be used for this structure's identity.
    Author:
    Matthew Tropiano