From ivan.paterno.mailinglist at gmail.com Tue Aug 2 12:20:03 2016 From: ivan.paterno.mailinglist at gmail.com (Ivan paterno) Date: Tue, 2 Aug 2016 14:20:03 +0200 Subject: Informations about Annotation Message-ID: <76ed7452-8ea4-5541-dd06-07d61342dfa2@gmail.com> 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 From jonathan.gibbons at oracle.com Tue Aug 2 14:44:39 2016 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Tue, 02 Aug 2016 07:44:39 -0700 Subject: Informations about Annotation In-Reply-To: <76ed7452-8ea4-5541-dd06-07d61342dfa2@gmail.com> References: <76ed7452-8ea4-5541-dd06-07d61342dfa2@gmail.com> Message-ID: <57A0B1D7.4090608@oracle.com> 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