Annotation Interface AliasFor


@Target(METHOD) @Retention(RUNTIME) public @interface AliasFor
AliasFor annotation to replace Spring's @AliasFor.
别名注解,用于替换Spring的@AliasFor。
  • Element Details

    • value

      String value
      Alias for value.
      值的别名。
      Returns:
      alias value
      别名值
      Default:
      ""
    • annotation

      Class<? extends Annotation> annotation
      Annotation type.
      注解类型。
      Returns:
      annotation type
      注解类型
      Default:
      java.lang.annotation.Annotation.class
    • attribute

      String attribute
      Attribute name.
      属性名称。
      Returns:
      attribute name
      属性名称
      Default:
      ""