?? getmyannotation.java
字號:
/**
* Copyright (c)上海煙草(集團)公司與上海康時信息系統有限公司。
*/
package com.test.annotation;
/**
*
* @author xywang
* @since 2009-2-16
* @version 1.0
*
*/
@MyAnnotation(value="class getMyAnnotation",multiValues={"1,2"})
public class GetMyAnnotation{
@MyAnnotation(value="call testFiled1",multiValues={"1"},number=1)
private String testFiled1;
@MyAnnotation(value="call testMethod1",multiValues={"1","2"},number=1)
public void testMethod1(){}
@MyAnnotation(value="call testMethod2",multiValues={"3","4","5"})
public void testMethod2(){}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -