Annotation Interface SystemResourceConsideration


Annotation that may be placed on a Component describes how this component may impact a system resource based on its configuration.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The SystemResource which may be affected by this component.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    A description of how this component and its configuration may affect system resource usage.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • resource

      SystemResource resource
      The SystemResource which may be affected by this component.
    • description

      String description
      A description of how this component and its configuration may affect system resource usage.
      Default:
      "An instance of this component can cause high usage of this system resource. Multiple instances or high concurrency settings may result a degradation of performance."