Annotation Type Name


  • @Retention(RUNTIME)
    public @interface Name
    A name annotation useful for dynamic parameter passing. This is annotation is not a requirement for dynamic parameter passing but instead provided as an optional extra for uses that do already have a robust naming annotation in use (such as `javax.inject.Named`).
    Author:
    odeda
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value