Annotation Type CompoundProperty


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CompoundProperty
    Use this annotation on any ShapeProperty that you want the property reflection to descend into and discover sub-properties. This annotation must be on properties whose type is a subclass of RMObject

    Created by carl.gould on 5/7/2015.