Close
☰
L
OGIC
B
IG
Tutorials
Contact
Send Message
Tutorials
Core Java Tutorials
Java EE Tutorials
Java Swing Tutorials
Spring Framework Tutorials
Unit Testing
Build Tools
Misc Tutorials
How-to
Quick-info
Projects
Quick CLI
VocBit.com
All annotation list defined in JDK
[Last Updated: May 13, 2018]
JDK
Java
Following is JDK 10 built in annotation list:
java.lang
java.lang.Deprecated
java.lang.FunctionalInterface
java.lang.Override
java.lang.SafeVarargs
java.lang.SuppressWarnings
java.lang.annotation
java.lang.annotation.Documented
java.lang.annotation.Inherited
java.lang.annotation.Native
java.lang.annotation.Repeatable
java.lang.annotation.Retention
java.lang.annotation.Target
java.beans
java.beans.BeanProperty
java.beans.ConstructorProperties
java.beans.JavaBean
java.beans.Transient
javafx.beans
javafx.beans.DefaultProperty
javafx.beans.NamedArg
javafx.fxml
javafx.fxml.FXML
javax.annotation
javax.annotation.Generated
javax.annotation.PostConstruct
javax.annotation.PreDestroy
javax.annotation.Resource
javax.annotation.Resources
javax.annotation.processing
javax.annotation.processing.Generated
javax.annotation.processing.SupportedAnnotationTypes
javax.annotation.processing.SupportedOptions
javax.annotation.processing.SupportedSourceVersion
javax.jws
javax.jws.HandlerChain
javax.jws.Oneway
javax.jws.WebMethod
javax.jws.WebParam
javax.jws.WebResult
javax.jws.WebService
javax.jws.soap
javax.jws.soap.InitParam
javax.jws.soap.SOAPBinding
javax.jws.soap.SOAPMessageHandler
javax.jws.soap.SOAPMessageHandlers
javax.management
javax.management.ConstructorParameters
javax.management.DescriptorKey
javax.management.MXBean
javax.swing
javax.swing.SwingContainer
javax.xml.bind.annotation
javax.xml.bind.annotation.XmlAccessorOrder
javax.xml.bind.annotation.XmlAccessorType
javax.xml.bind.annotation.XmlAnyAttribute
javax.xml.bind.annotation.XmlAnyElement
javax.xml.bind.annotation.XmlAttachmentRef
javax.xml.bind.annotation.XmlAttribute
javax.xml.bind.annotation.XmlElement
javax.xml.bind.annotation.XmlElementDecl
javax.xml.bind.annotation.XmlElementRef
javax.xml.bind.annotation.XmlElementRefs
javax.xml.bind.annotation.XmlElementWrapper
javax.xml.bind.annotation.XmlElements
javax.xml.bind.annotation.XmlEnum
javax.xml.bind.annotation.XmlEnumValue
javax.xml.bind.annotation.XmlID
javax.xml.bind.annotation.XmlIDREF
javax.xml.bind.annotation.XmlInlineBinaryData
javax.xml.bind.annotation.XmlList
javax.xml.bind.annotation.XmlMimeType
javax.xml.bind.annotation.XmlMixed
javax.xml.bind.annotation.XmlNs
javax.xml.bind.annotation.XmlRegistry
javax.xml.bind.annotation.XmlRootElement
javax.xml.bind.annotation.XmlSchema
javax.xml.bind.annotation.XmlSchemaType
javax.xml.bind.annotation.XmlSchemaTypes
javax.xml.bind.annotation.XmlSeeAlso
javax.xml.bind.annotation.XmlTransient
javax.xml.bind.annotation.XmlType
javax.xml.bind.annotation.XmlValue
javax.xml.bind.annotation.adapters
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
javax.xml.ws
javax.xml.ws.Action
javax.xml.ws.BindingType
javax.xml.ws.FaultAction
javax.xml.ws.RequestWrapper
javax.xml.ws.RespectBinding
javax.xml.ws.ResponseWrapper
javax.xml.ws.ServiceMode
javax.xml.ws.WebEndpoint
javax.xml.ws.WebFault
javax.xml.ws.WebServiceClient
javax.xml.ws.WebServiceProvider
javax.xml.ws.WebServiceRef
javax.xml.ws.WebServiceRefs
javax.xml.ws.soap
javax.xml.ws.soap.Addressing
javax.xml.ws.soap.MTOM
javax.xml.ws.spi
javax.xml.ws.spi.WebServiceFeatureAnnotation
jdk.jfr
jdk.jfr.BooleanFlag
jdk.jfr.Category
jdk.jfr.ContentType
jdk.jfr.DataAmount
jdk.jfr.Description
jdk.jfr.Enabled
jdk.jfr.Experimental
jdk.jfr.Frequency
jdk.jfr.Label
jdk.jfr.MemoryAddress
jdk.jfr.MetadataDefinition
jdk.jfr.Name
jdk.jfr.Percentage
jdk.jfr.Period
jdk.jfr.Registered
jdk.jfr.Relational
jdk.jfr.SettingDefinition
jdk.jfr.StackTrace
jdk.jfr.Threshold
jdk.jfr.Timespan
jdk.jfr.Timestamp
jdk.jfr.TransitionFrom
jdk.jfr.TransitionTo
jdk.jfr.Unsigned
See Also
Core Java Tutorials
Share