Annotation Type LocalHandler

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value
      Enables overriding the default behavior.
    • Element Detail

      • value

        boolean value
        Enables overriding the default behavior. If a type is marked as local handler, a method can still be marked as non-local using annotation @LocalHandler(false)
        Default:
        true