Hey All,

please i don't understand this point in the hw of annotations :
Use Runtime annotation API to retrieve the values of the
annotation (as you've done in Exercise 6 above) and
display them.
How to display them??
and here is my code :

public class MyAnnotation {

    private String name;
    public MyAnnotation(){
        
    }
    @RequestForEnhancement(id=1,synopsis="done",engineer="Heba",date="1/1/2009")
    public void setName(String name){
        this.name = name;
    }
    public static void main(String[] args) {
         
    }

}
what did he mean by display them??!!
thanks in advance,
Heba



      
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to