com.bm.ejb3metadata.annotations.helper
Class ResolverHelper

java.lang.Object
  extended by com.bm.ejb3metadata.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

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
 

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


Copyright © 2008. All Rights Reserved.