Skip to content
View Sgzeus23's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Sgzeus23

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sgzeus23/README.md

Java(TM) Common Annotations

The intention of Java(TM) Common Annotations is to develop annotations for common semantic concepts in the Java SE and Java EE platforms that apply across a variety of individual technologies. It was envisioned that various JSRs would use annotations to enable a declarative style of programming. It would be especially valuable to have consistency within the Java EE component JSRs, but it is also valuable to allow consistency between Java EE and Java SE.

This standalone release of Java(TM) Common Annotations uses a Java Platform Module System "automatic" module name of java.annotation, to match the module name used in JDK 9. A future version will include full module metadata.

Popular repositories Loading

  1. Sgzeus23 Sgzeus23 Public

    Config files for my GitHub profile.

  2. DateTimeExtensions DateTimeExtensions Public

    Forked from joaomatossilva/DateTimeExtensions

    This project is a merge of several common DateTime operations on the form of extensions to System.DateTime, including natural date difference text (precise and human rounded), holidays and working …

    C#