Annotation Type Registrar


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface Registrar
    Indicates the classes providing Recorded components. Such classes are always singletons.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The name the annotated component which will be registered with.
    • Element Detail

      • value

        java.lang.String value
        The name the annotated component which will be registered with. If not specified the simple class name will be used instead.
        Returns:
        Nonnull string with the component's name, or a blank one.
        Default:
        ""