Annotation Type Joor

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean preCompile
      Whether the expression should be pre compiled once during initialization phase.
      Class<?> resultType
      The desired return type.
      boolean singleQuotes
      Whether single quotes can be used as replacement for double quotes.
      • preCompile

        boolean preCompile
        Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation.
        Default:
        true
      • singleQuotes

        boolean singleQuotes
        Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings.
        Default:
        true
      • resultType

        Class<?> resultType
        The desired return type.
        Default:
        java.lang.Object.class