org.objectweb.easybeans.deployment.annotations.helper
Class ResolverHelper

java.lang.Object
  extended by org.objectweb.easybeans.deployment.annotations.helper.ResolverHelper

public final class ResolverHelper
extends java.lang.Object

This class handle some steps that need to be done after the meta-data generation.

Author:
Florent Benoit

Constructor Summary
private ResolverHelper()
          Helper class, no public constructor.
 
Method Summary
static void resolve(EjbJarAnnotationMetadata ejbJarAnnotationMetadata)
          The helper will analyze datas of a given EjbJarAnnotationMetadata object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolverHelper

private ResolverHelper()
Helper class, no public constructor.

Method Detail

resolve

public static void resolve(EjbJarAnnotationMetadata ejbJarAnnotationMetadata)
                    throws ResolverException
The helper will analyze datas of a given EjbJarAnnotationMetadata object.

Parameters:
ejbJarAnnotationMetadata - object to analyze
Throws:
ResolverException - if one of resolver fails