[ http://issues.apache.org/jira/browse/BEEHIVE-191?page=comments#action_58327 ] Kyle Marvin commented on BEEHIVE-191: -------------------------------------
This is actually a bug in the description on the wiki... If you look at the javadoc for java.beans.MethodDescriptor (to which this particular packaging annotation would apply, you'll see that there is only an API to return the java.lang.reflect.Method aassociated with this MethodDescriptor and one to return the ParamDescriptors for its arguments. There really isn't anything for an annotation to describe/configure at the method level, so there isn't an annotation. I'll update the wiki, then resolve this bug. > packaging: missing api.packaging.MethodInfo > ------------------------------------------- > > Key: BEEHIVE-191 > URL: http://issues.apache.org/jira/browse/BEEHIVE-191 > Project: Beehive > Type: Bug > Components: Controls > Versions: V1Beta > Reporter: James Song > Assignee: Kyle Marvin > Fix For: V1Beta > > According to http://wiki.apache.org/beehive/Controls/ControlPackaging, there > should be a MethodInfo interface for MethodDescriptor. > There is no such interface in org.apache.beehive.controls.api.packaging right > now. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
