Jump to content

Metadata facility for Java

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by GünniX (talk | contribs) at 17:34, 28 September 2022 (Undid revision 1112615419 by 106.211.184.97 (talk)). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Metadata Facility for Java is a specification for Java that defines an API for annotating fields, methods, and classes as having particular attributes that indicate they should be processed in specific ways by development tools, deployment tools, or 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).

[edit]