Template talk:Javadoc:EE
Latest comment: 12 years ago by Abdull in topic Different presentation for annotation?
This template does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||
|
Usage
editDo not subst this template. This template is intended to link to the current Javadoc pages for the most recent release of Java EE. If you substitute the template using {{subst:Javadoc:EE|...}}
then the link will not be updated when the root URL for this page is updated.
These are the common forms of usage for this template:
Type this | To get this |
---|---|
{{Javadoc:EE}} |
Java EE 8 API Javadocs |
{{Javadoc:EE|javax/ejb|EntityBean}} |
EntityBean
|
{{Javadoc:EE|javax/ejb|EntityBean|ejbLoad()}} |
EntityBean.ejbLoad()
|
{{Javadoc:EE|package=javax.ejb|javax/ejb}} |
javax.ejb
|
{{Javadoc:EE|package=javax.ejb|javax/ejb|EntityBean}} |
javax.ejb.EntityBean
|
{{Javadoc:EE|package=javax.ejb|javax/ejb|EntityBean|ejbLoad()}} |
javax.ejb.EntityBean.ejbLoad()
|
This template supports all of the usage forms supported by Template:Javadoc:SE. See Template talk:Javadoc:SE for an explanation of additional forms of usage.
Different presentation for annotation?
editWhat about providing a different presentation for Annotation types, including the at sign as is commonly used? E.g. qualified @java.lang.annotation.Documented
and unqualified @Documented
. --Abdull (talk) 18:52, 8 May 2012 (UTC)