91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何在java項目中使用@Inherited元注解

發布時間:2022-05-10 16:51:30 來源:億速云 閱讀:152 作者:iii 欄目:大數據

這篇文章主要介紹了如何在java項目中使用@Inherited元注解的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇如何在java項目中使用@Inherited元注解文章都會有所收獲,下面我們一起來看看吧。

1.先看源碼文檔

@已記錄

@Retention(保留策略。RUNTIME)

@Target(ElementType。注釋類型)

public@interfaceInherited{

}以上代碼標注部分可以用Google翻譯。大致意思是

指示批注類型的自動繼承。如果在標注類型聲明中有繼承的元標注,用戶在類聲明上查詢標注類型,而類聲明沒有這個類型的標注,那么類的超類會自動查詢標注類型。這個過程將重復進行,直到找到這種類型的注釋或者到達類層次結構的頂部。如果沒有一個超類有這種類型的注釋,查詢將會指出這個類沒有這樣的注釋。

請注意,如果您使用注釋類型來注釋除類之外的任何東西,這種元注釋類型沒有任何效果。還要注意,這個元注釋只會導致從超類繼承注釋;對已實現接口的無效注釋。

從上面的描述可以看出,使用這個標注的標注父類的子類可以繼承父類的標注。

2.代碼測試

2.1擁有@Inherited注解

@Target(ElementType。類型)

@Retention(保留策略。RUNTIME)

@繼承

public  @ interfaceInheritedTest  {

string  value();

}@InheritedTest('擁有繼承')

publicclassPerson{

publicvoidmethod(){

}

publicvoidmethod2(){

}

} publicclassstudentextends  person  {

}測試:

publicclassTestInherited{

public  static  void  main(String[]args){

CLaSS  studentCLaSS=student  . class;

if(student  class  . is  notationpresent(inherited  test  . class)){

system  . out  . println(StudentClass  . GetAnnotation(InheritedTest  . Class))。value());

}

}

}輸出:

如何在java項目中使用@Inherited元注解

2.2沒有@Inherited注釋

@Target(ElementType。類型)

@Retention(保留策略。RUNTIME)

public  @ interfacesinotinherited  {

string  value();

} @ IsNotInherited('未擁有繼承')

publicclassPerson{

publicvoidmethod(){

}

publicvoidmethod2(){

}

} publicclassstudentextends  person  {

}測試:

publicclassTestInherited{

public  static  void  main(String[]args){

CLaSS  studentCLaSS=student  . class;

if(StudentClass  . is  notationPresent(iSnotinerIded  . Class)){

system  . out  . println(StudentClass  . GetAnnotation(iSNOTiHerided  . class))。value());

}

}

}如何在java項目中使用@Inherited元注解

不輸出容差,可見沒有@Inherited標注的類的子類不會繼承該標注。

關于“如何在java項目中使用@Inherited元注解”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“如何在java項目中使用@Inherited元注解”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

灌南县| 罗平县| 大名县| 晋宁县| 蓝田县| 陇西县| 万全县| 东乡| 元朗区| 中超| 嵩明县| 吉水县| 吉林市| 房产| 永州市| 赞皇县| 耒阳市| 三都| 舒兰市| 六枝特区| 平谷区| 玉林市| 桓仁| 霍林郭勒市| 桦甸市| 沂水县| 琼结县| 哈巴河县| 洛宁县| 南漳县| 自治县| 西盟| 彰化市| 贵州省| 凤凰县| 夏邑县| 大石桥市| 丰县| 甘孜| 金乡县| 鞍山市|