Annotation Type SBExpressionPropertyType


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface SBExpressionPropertyType
    A Java annotation to be used on the getter method associated with a SBExpressionPropertyDescriptor whose type is "non-simple" (e.g., a list or tuple type). The annotation takes a single value which is the string representation of the type--e.g., "list(double)" or "(symbol string, price double, quantity double)". (Note that the syntax for a "tuple" types is a parenthesized, comma-separated list of field name/type pairs.)
    Since:
    6.6
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value