代码注释风格

参考Cas风格

 

类注释:

 

显示效果:

 

 

方法注释:

    /**
     * Retrieves a CAS proxy ticket for this specific principal.
     *
     * @param service the service we wish to proxy this user to.
     * @return a String representing the proxy ticket.
     */.

 

你可能感兴趣的:(代码)