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


📚 Artikel Terkait di Wikipedia

Metadata

semantics of data elements Metadata facility for Java Metadata publishing Metadata registry – Central location to store metadata Metamathematics – Study

Java annotation

In the Java computer programming language, an annotation is a form of syntactic metadata that can be added to Java source code, like an attribute. Classes

Meta-Object Facility

specified by the XMI (ISO/IEC 19503) specification. XMI is an XML-based exchange format for models. From MOF to Java there is the Java Metadata Interchange

Java Community Process

technical specifications for Java technology. Becoming a member of the JCP requires solid knowledge of the Java programming language, its specifications,

Unified Modeling Language

system. UML was created in an attempt to define a standard language for object-oriented programming at the OOPSLA '95 Conference. Originally, Grady Booch

Java Metadata Interface

that metadata is a set of descriptive, structural and administrative data about a group of computer data (for example such as a database schema), Java Metadata

Eiffel (programming language)

programming languages. A class also defines its invariants, and contains other properties, such as a "notes" section for documentation and metadata.

Constant (computer programming)

computer programming, a constant is a value that is not altered by the program during normal execution. When associated with an identifier, a constant