Annotation Type InjectionPoint.AtCode


  • @Retention(RUNTIME)
    @Target(TYPE)
    public static @interface InjectionPoint.AtCode
    Injection point code for At annotations to use
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The string code used to specify the annotated injection point in At annotations, prefixed with namespace from the annotation or from the declaring configuration.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String namespace
      Namespace for this code.
    • Element Detail

      • value

        java.lang.String value
        The string code used to specify the annotated injection point in At annotations, prefixed with namespace from the annotation or from the declaring configuration.
      • namespace

        java.lang.String namespace
        Namespace for this code. Final selectors will be specified as <namespace>:<code> in order to avoid overlaps between consumer-provided injection points. Uses namespace from parent config if not specified.
        Default:
        ""