This class resolves the business method for bean class by looking at the
interfaces.
author: Florent Benoit
Method Summary
public static void
resolve(ClassAnnotationMetadata classAnnotationMetadata) Found all business methods of a bean.
A business method is a method from one of the local or remote interfaces.
Found all business methods of a bean.
A business method is a method from one of the local or remote interfaces.
Parameters: classAnnotationMetadata - class to analyze