📄 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 + -