Annotation Type Compound


  • @Retention(RUNTIME)
    @Target({PARAMETER,FIELD})
    @Inherited
    @Documented
    public @interface Compound
    Marker of composition of parameters. Each field of class marked with this annotation is a separate parameter or subcompound. Class must have nonargs constructor and setters for each field
    Author:
    Vladlen Larionov