Annotation Type Aliases


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface Aliases
    An annotation which serves as container for applying multiple @Alias annotations. This container annotation is used implicitly and should usually not be applied manually. Just use multiple @Alias annotations on the same class instead.
    See Also:
    @Alias
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Alias[] value
      Returns the aliases for the annotated command.
    • Element Detail

      • value

        Alias[] value
        Returns the aliases for the annotated command.
        Returns:
        the aliases for the annotated command