Uses of Interface
org.springframework.roo.classpath.details.InvocableMemberMetadata

Packages that use InvocableMemberMetadata
org.springframework.roo.classpath.details   
 

Uses of InvocableMemberMetadata in org.springframework.roo.classpath.details
 

Subinterfaces of InvocableMemberMetadata in org.springframework.roo.classpath.details
 interface ConstructorMetadata
          Metadata concerning a particular constructor.
 interface MethodMetadata
          Metadata concerning a particular method.
 

Classes in org.springframework.roo.classpath.details that implement InvocableMemberMetadata
 class AbstractInvocableMemberMetadata
          Abstract implementation of InvocableMemberMetadata.
 class DefaultConstructorMetadata
          Default implementation of ConstructorMetadata.
 class DefaultMethodMetadata
          Default implementation of MethodMetadata.
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.