Java基礎 註解

2021-09-18 06:49:44 字數 507 閱讀 7279

語法:@註解名稱

作用:替代xml配置檔案

註解主要是由框架來讀取使用

@inte***ce

myanno

所有的註解都是annotation的子類

@myanno

classa}

@target()

@inte***ce

myanno

class --> type getgenericsupperclass()

type --> parameterizedtype,把type強轉成parameterizedtype型別!!!

parameterizedtype --> 引數化型別 = a

parameterizedtype:type getactualtypearguments(),a中的string

type就是class,我們就得到了型別引數了!

Java 註解 元註解

retention retentionpolicy.source 註解僅存在於原始碼中,在class位元組碼檔案中不包含 retention retentionpolicy.class 預設的保留策略,註解會在class位元組碼檔案中存在,但執行時無法獲得,retention retentionpo...

java常用註解

這兩天公司在做乙個 專案,框架使用的是springmvc框架,在這裡對這幾個註解做乙個歸納整理 專案中的controller層使用 controller註解 service採用 service註解 例 service userservice 註解是告訴spring,當spring要建立userser...

Java註解學習

inte cepublic inte ce testannotation testannotation public class test retention retentionpolicy.runtime public inte ce testannotation elementtype.cons...