Metadata facility for Java: Difference between revisions

Content deleted Content added
initial submission
 
Undid revision 1112615419 by 106.211.184.97 (talk)
 
(27 intermediate revisions by 17 users not shown)
Line 1:
AThe '''Metadata Facility for the Java''' Programmingis Language, commonly referred to as JSR-175, isa specification developedfor through[[Java the(programming language)|Java]] Community Processthat definingdefines 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 1.Platform, Standard Edition|J2SE]] 5.0 (Tiger).
 
== External Linkslinks ==
{{Compu-soft-stub}}
 
* [http://www.jcp.org/en/jsr/detail?id=175 JSR 175] ''A Metadata Facility for the Java Programming Language''
== External Links ==
* [http://www.jcp.org/en/jsr/detail?id=175250 JSP-175JSR 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}}