java @Inherited注解的作用

看到很多注解都被@Inherited進(jìn)行了修飾,但是這個(gè)@Inherited有什么作用呢?

查看@Inherited代碼描述:

Indicates that an annotation type is automatically inherited. If an Inherited meta-annotation is present on an annotation type declaration, and the user queries the annotation type on a class declaration, and the class declaration has no annotation for this type, then the class's superclass will automatically be queried for the annotation type. This process will be repeated until an annotation for this type is found, or the top of the class hierarchy (Object) is reached. If no superclass has an annotation for this type, then the query will indicate that the class in question has no such annotation.
Note that this meta-annotation type has no effect if the annotated type is used to annotate anything other than a class. Note also that this meta-annotation only causes annotations to be inherited from superclasses; annotations on implemented interfaces have no effect.

翻譯后:

指示批注類型是自動(dòng)繼承的抒和。如果在注釋類型聲明中存在繼承的元注釋门扇,并且用戶在類聲明上查詢注釋類型歹垫,并且類聲明對該類沒有注釋娶耍,那么該類的超類將自動(dòng)被查詢到注釋類型。這個(gè)過程將被重復(fù)擦耀,直到找到這個(gè)類型的注釋棉圈,或者到達(dá)類層次結(jié)構(gòu)(對象)的頂端。如果沒有超類具有此類的注釋眷蜓,那么查詢將表明該類沒有此類注釋

根據(jù)描述進(jìn)行實(shí)例測試:

定義兩個(gè)注解:@IsInheritedAnnotation 分瘾、@NoInherritedAnnotation,其中@IsInheritedAnnotation加了注解@Inherited

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface IsInheritedAnnotation {
}
 
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface NoInherritedAnnotation {
}

測試類繼承關(guān)系中@Inherited的作用

@NoInherritedAnnotation
@IsInheritedAnnotation
public class InheritedBase {
}
 
public class MyInheritedClass extends InheritedBase  {
}

測試接口繼承關(guān)系中@Inherited的作用

@NoInherritedAnnotation
@IsInheritedAnnotation
public interface IInheritedInterface {
}
 
public interface IInheritedInterfaceChild extends IInheritedInterface {
}

測試類實(shí)現(xiàn)接口關(guān)系中@Inherited的作用

public class MyInheritedClassUseInterface implements IInheritedInterface {
}

junit測試代碼

public class MyInheritedClassTest {
 
    @Test
    public void testInherited(){
        {
            Annotation[] annotations = MyInheritedClass.class.getAnnotations();
            assertTrue("", Arrays.stream(annotations).anyMatch(l -> l.annotationType().equals(IsInheritedAnnotation.class)));
            assertTrue("", Arrays.stream(annotations).noneMatch(l -> l.annotationType().equals(NoInherritedAnnotation.class)));
        }
        {
            Annotation[] annotations = MyInheritedClassUseInterface.class.getAnnotations();
            assertTrue("", Arrays.stream(annotations).noneMatch(l -> l.annotationType().equals(IsInheritedAnnotation.class)));
            assertTrue("", Arrays.stream(annotations).noneMatch(l -> l.annotationType().equals(NoInherritedAnnotation.class)));
        }
        {
            Annotation[] annotations = IInheritedInterface.class.getAnnotations();
            assertTrue("", Arrays.stream(annotations).anyMatch(l -> l.annotationType().equals(IsInheritedAnnotation.class)));
            assertTrue("", Arrays.stream(annotations).anyMatch(l -> l.annotationType().equals(NoInherritedAnnotation.class)));
        }
        {
            Annotation[] annotations = IInheritedInterfaceChild.class.getAnnotations();
            assertTrue("", Arrays.stream(annotations).noneMatch(l -> l.annotationType().equals(IsInheritedAnnotation.class)));
            assertTrue("", Arrays.stream(annotations).noneMatch(l -> l.annotationType().equals(NoInherritedAnnotation.class)));
        }
    }
 
}

測試結(jié)果:

得到以下結(jié)論:

類繼承關(guān)系中@Inherited的作用

類繼承關(guān)系中吁系,子類會(huì)繼承父類使用的注解中被@Inherited修飾的注解

接口繼承關(guān)系中@Inherited的作用

接口繼承關(guān)系中德召,子接口不會(huì)繼承父接口中的任何注解,不管父接口中使用的注解有沒有被@Inherited修飾

類實(shí)現(xiàn)接口關(guān)系中@Inherited的作用

類實(shí)現(xiàn)接口時(shí)不會(huì)繼承任何接口中定義的注解

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末汽纤,一起剝皮案震驚了整個(gè)濱河市上岗,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌蕴坪,老刑警劉巖肴掷,帶你破解...
    沈念sama閱讀 212,383評論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異背传,居然都是意外死亡捆等,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,522評論 3 385
  • 文/潘曉璐 我一進(jìn)店門续室,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人谒养,你說我怎么就攤上這事挺狰∶鞴” “怎么了?”我有些...
    開封第一講書人閱讀 157,852評論 0 348
  • 文/不壞的土叔 我叫張陵丰泊,是天一觀的道長薯定。 經(jīng)常有香客問我,道長瞳购,這世上最難降的妖魔是什么话侄? 我笑而不...
    開封第一講書人閱讀 56,621評論 1 284
  • 正文 為了忘掉前任,我火速辦了婚禮学赛,結(jié)果婚禮上年堆,老公的妹妹穿的比我還像新娘。我一直安慰自己盏浇,他們只是感情好变丧,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,741評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著绢掰,像睡著了一般痒蓬。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上滴劲,一...
    開封第一講書人閱讀 49,929評論 1 290
  • 那天攻晒,我揣著相機(jī)與錄音,去河邊找鬼班挖。 笑死鲁捏,一個(gè)胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的聪姿。 我是一名探鬼主播碴萧,決...
    沈念sama閱讀 39,076評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼末购!你這毒婦竟也來了破喻?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,803評論 0 268
  • 序言:老撾萬榮一對情侶失蹤盟榴,失蹤者是張志新(化名)和其女友劉穎曹质,沒想到半個(gè)月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體擎场,經(jīng)...
    沈念sama閱讀 44,265評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡羽德,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,582評論 2 327
  • 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了迅办。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片宅静。...
    茶點(diǎn)故事閱讀 38,716評論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖站欺,靈堂內(nèi)的尸體忽然破棺而出姨夹,到底是詐尸還是另有隱情纤垂,我是刑警寧澤,帶...
    沈念sama閱讀 34,395評論 4 333
  • 正文 年R本政府宣布磷账,位于F島的核電站峭沦,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏逃糟。R本人自食惡果不足惜吼鱼,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,039評論 3 316
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望绰咽。 院中可真熱鬧菇肃,春花似錦、人聲如沸剃诅。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,798評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽矛辕。三九已至笑跛,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間聊品,已是汗流浹背飞蹂。 一陣腳步聲響...
    開封第一講書人閱讀 32,027評論 1 266
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留翻屈,地道東北人陈哑。 一個(gè)月前我還...
    沈念sama閱讀 46,488評論 2 361
  • 正文 我出身青樓,卻偏偏與公主長得像伸眶,于是被迫代替她去往敵國和親惊窖。 傳聞我的和親對象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,612評論 2 350

推薦閱讀更多精彩內(nèi)容