Annotation Type AliasOfPropagatedData


  • @Target(TYPE)
    @Retention(CLASS)
    public @interface AliasOfPropagatedData
    An annotation used to aggregate AliasOf values in a common location.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends java.lang.annotation.Annotation> alias  
      java.lang.Class<? extends java.lang.annotation.Annotation>[] defineComponentScopes  
    • Element Detail

      • defineComponentScopes

        java.lang.Class<? extends java.lang.annotation.Annotation>[] defineComponentScopes
      • alias

        java.lang.Class<? extends java.lang.annotation.Annotation> alias