Metadata facility for Java: Difference between revisions

Content deleted Content added
No edit summary
Undid revision 1112615419 by 106.211.184.97 (talk)
 
(21 intermediate revisions by 15 users not shown)
Line 1:
AThe '''Metadata Facility for the Java Programming Language''', commonly referred to asis JSR-175, isa specification developed through thefor [[Java Community(programming Processlanguage)|Java]] definingthat defines an [[API]] for [[annotation|annotating]] [[field (computer science)|fields]], [[method (computer science)|methods]], and [[class (computer science)|classes]] as having particular attributes that indicate they should be processed in specialspecific ways by [[development toolstool]]s, deployment tools, or [[library (computer science)|run-time libraries]].
 
The specification was developed under the [[Java Community Process]] as JSR- 175, and was released as a part of [[Java Platform, Standard Edition|J2SE]] 5.0 (Tiger).
 
== External links ==
* [http://www.jcp.org/en/jsr/detail?id=175 JSR-175]
 
* [http://www.jcp.org/en/jsr/detail?id=175 JSR- 175] ''A Metadata Facility for the Java Programming Language''
{{Compu-soft-stub}}
* [http://www.jcp.org/en/jsr/detail?id=250 JSR 250] ''[[Jakarta Annotations|Common Annotations]]'' (defines common [[Java SE]] and [[Java EE]] annotations)
* [http://www.jcp.org/en/jsr/detail?id=269 JSR 269] ''Pluggable Annotation Processing API'' (defines a pluggable interface for developing build-time annotation processors)
 
[[Category:Metadata|Java platform]]
[[Category:Java specification requests]]
 
 
{{Compuprog-softlang-stub}}