[Annotation] Paramètre d'annotation de type Class

Paramètre d'annotation de type Class [Annotation] - Java - Programmation

Marsh Posté le 24-04-2006 à 06:58:07    

Salut !
Imaginons que j'ai une annotation Test :

Code :
  1. @interface Test{
  2.    String hello();
  3.    Class<Object> testClass();
  4. }


 
Comment je fais pour déclarer une méthode qui est annoté avec Test{ "hello le monde", ???? } ?
merci.

Reply

Marsh Posté le 24-04-2006 à 06:58:07   

Reply

Marsh Posté le 24-04-2006 à 09:02:39    

@Test(hello="HAHAHAH", testClass=BigInteger.class)
 
?

Reply

Marsh Posté le 24-04-2006 à 09:08:03    

souk a écrit :

@Test(hello="HAHAHAH", testClass=BigInteger.class)
 
?


 
merci.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed