|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.helper.bean.InheritanceMethodResolver
public final class InheritanceMethodResolver
This class adds method meta data to bean class from the super class.
TODO: Try to analyze super class from a super classloader if not found in the
current ejb-jar
A super class can't be a bean class (stateless, stateful, etc) so the method metadata don't need to be cloned
Method Summary | |
---|---|
static void |
resolve(ClassAnnotationMetadata classAnnotationMetadata)
Found all method meta data of the super class and adds them to the class being analyzed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void resolve(ClassAnnotationMetadata classAnnotationMetadata) throws ResolverException
classAnnotationMetadata
- class to analyze
ResolverException
- if the super class in not in the given ejb-jar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |