2015-06-04
周海汉 2015.6.4
java 1.5以后有了自定义注解annotation。注解的作用可以用于方便看源代码,方便编译器理解代码,方便生成文档,方便运行时做一些处理。
写代码测试一下
注解代码:
package notation;
import java.lang.annotation.*;
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR }) //注解用于方法和构造
@Retention(RetentionPolicy.RUNTIME ) //注解保留到运行时,即运行时还可以反射得到
public @interface MyNotation {
String value();
}
测试代码
package notation;
public class TestNotation {
@MyNotation("hello world")
public void Test1(String x){
System.out.println(x);
}
@MyNotation(value="a test")
public void Test2(String x){
System.out.println(x);
}
public static void main(String[] args) {
TestNotation t = new TestNotation();
t.Test1("abloz.com");
t.Test2("abloz.com 2");
}
}
执行结果,打印:
abloz.com
abloz.com 2
如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源
FEATURED TAGS
css
vc6
http
automake
linux
make
makefile
voip
乱码
awk
flash
vista
vi
vim
javascript
pietty
putty
ssh
posix
subversion
svn
windows
删除
编译
多线程
wxwidgets
ie
ubuntu
开源
c
python
bash
备份
性能
scp
汉字
log
ruby
中文
bug
msn
nginx
php
shell
wordpress
mqueue
android
eclipse
java
mac
ios
html5
js
mysql
protobuf
apache
hadoop
install
iocp
twisted
centos
mapreduce
hbase
thrift
tutorial
hive
erlang
lucene
hdfs
sqoop
utf8
filter
草原
yarn
ganglia
恢复
scrapy
django
fsimage
flume
tail
flume-ng
mining
scala
go
kafka
gradle
cassandra
baas
spring
postgres
maven
mybatis
mongodb
https
nodejs
镜像
心理学
机器学习
Keras
theano
anaconda
docker
spark
akka-http
json
群论
区块链
加密
抽象代数
离散对数
同余
欧拉函数
扩展欧几里德算法
ES6
node-inspect
debug
win10
vscode
挖矿