Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up学习Java注解 #15
Comments
thinkerou
added
the
Java
label
May 21, 2018
thinkerou
self-assigned this
May 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thinkerou commentedMay 21, 2018
•
edited
注解可以做什么?
使用注解来修饰什么?
一个完整的使用注解的示例如下:
内置注解有哪些?
@deprecated
@override
@SuppressWarnings
怎样创建自己的注解?
@retention
@target
@inherited