Metadata facility for Java: Difference between revisions

Content deleted Content added
m moved A Metadata Facility for the Java Programming Language to Metadata facility for Java: While the previous name exactly matches the JSR title, it is too wordy
Line 1:
AThe '''Metadata Facility for the Java Programming Language''', commonly referred to as '''JSR 175''', is a specification for [[Java programming language|Java]] developed through the [[Java Community Process]]that 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 special ways by [[development tool]]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 [[J2SE]] 5.0 (Tiger).
 
== External links ==
 
==External links==
* [http://www.jcp.org/en/jsr/detail?id=175 JSR 175]
 
Line 10 ⟶ 11:
[[Category:Java platform|Metadata facility]]
[[Category:Metadata|Java]]
[[Category:Java specification requests]]