亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

如何在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

长汀县| 阜康市| 南岸区| 巢湖市| 易门县| 三河市| 安溪县| 集安市| 常熟市| 灵丘县| 陕西省| 东阿县| 通辽市| 金塔县| 巴塘县| 六安市| 连南| 莱阳市| 吕梁市| 邓州市| 浮山县| 宜丰县| 辽宁省| 北海市| 克拉玛依市| 兴业县| 平乐县| 康乐县| 体育| 曲阳县| 庆安县| 闸北区| 嘉兴市| 漠河县| 金华市| 道真| 吴川市| 远安县| 新巴尔虎左旗| 政和县| 武强县|