注释类型 NotificationSource


  • @Target({TYPE,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface NotificationSource
    声明通知的来源。
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      java.lang.String source  
      java.lang.String value  
    • 元素详细资料

      • value

        @AliasFor("source")
        java.lang.String value
      • source

        @AliasFor("value")
        java.lang.String source