key code:
@see <a href="http://www.google.com">Google</a>
@see <a href="URL#value">label</a> : Adds a link as defined by URL#value. The URL#value is a relative or absolute URL. The Javadoc tool distinguishes this from other cases by looking for a less-than symbol (<) as the first character.
For example :
@see <a href="http://www.google.com">Google</a>
例如:
/**
* Created by KyleCe on 2015/12/14.
*
* @author KyleCe
* <a href="https://github.com/KyleCe">KyleCe@github</a>
*/
转载署源-By-KyleCe :http://blog.youkuaiyun.com/KyleCeshen/article/details/50296273