Annotation Type RecordBuilder



  • @Retention(RUNTIME)
    @Target(CONSTRUCTOR)
    public @interface RecordBuilder
    Defines constructor used for record retrieval. All parameters of such constructor must be annotated with Field annotation.