com.google.gwt.dev.javac.typemodel.JAbstractMethod

Anyone has idea why this methods are protected? I have been working around
this for a year already, but it will be really useful to have access to the
annotations of a method.


  /**

   * NOTE: This method is for testing purposes only.

   */

  Annotation[] getAnnotations() {

    return annotations.getAnnotations();

  }


  /**

   * NOTE: This method is for testing purposes only.

   */

  Annotation[] getDeclaredAnnotations() {

    return annotations.getDeclaredAnnotations();

  }

-- 
Guit: Elegant, beautiful, modular and *production ready* gwt applications.

http://code.google.com/p/guit/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to