Informations about Annotation
Jonathan Gibbons
jonathan.gibbons at oracle.com
Tue Aug 2 14:44:39 UTC 2016
On 08/02/2016 05:20 AM, Ivan paterno wrote:
> Hi all, I'm Ivan and I'm new in the community. I'm trying to add
> something new in the field of annotations but the main repository of
> Java 9 has too many file and I don't know where i need to start to
> looking for.
>
> First of all, where can i find the files where is specified where the
> annotations can be placed? Es. i can only write an annotation on class
> or method declaration but if i want to add something different, where
> i must to looking for?
>
>
> Thanks
>
> --
>
> Ivan Paterno
> ivan.paterno at studenti.unimi.it
>
Ivan,
First, this email list is not the right place to ask. This list was
created for discussions about how to improve the implementation of the
Java compiler, javac.
For more information on where you can place annotations, see the Java
Language Specification. You can find links to that on this page:
https://docs.oracle.com/javase/specs/
-- Jon
More information about the anno-pipeline-dev
mailing list