Annotation Type This

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean optional
      Determines if the annotated parameter should be bound to null when intercepting a static method.
    • Element Detail

      • optional

        boolean optional
        Determines if the annotated parameter should be bound to null when intercepting a static method.
        Returns:
        true if the annotated parameter should be bound to null as a fallback.
        Default:
        false