Annotation Type PrefixOperator


  • @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    public @interface PrefixOperator
    The prefix operator annotation
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean leftAssociative
      Operator associativity, defaults to true.
      int precedence
      Operator precedence, usually one from the constants in OperatorIfc.
    • Element Detail

      • precedence

        int precedence
        Operator precedence, usually one from the constants in OperatorIfc.
        Default:
        60
      • leftAssociative

        boolean leftAssociative
        Operator associativity, defaults to true.
        Default:
        true