Annotation Type ImplementsIdentifiable


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    public @interface ImplementsIdentifiable
    Signals the ConvenientIdGenerator that the class implements Identifiable and that the id should be generated according to its .Identifiable#generateUUID() method. Created by IntelliJ IDEA. User: jsc Date: 21.03.12 Time: 13:21