org.jboss.seam.solder.reflection
Class Synthetic.Provider

java.lang.Object
  extended by org.jboss.seam.solder.reflection.Synthetic.Provider
Enclosing class:
Synthetic

public static class Synthetic.Provider
extends Object

Provides a unique Synthetic qualifier for the specified namespace

Synthetic.Provider is thread safe.

Author:
Pete Muir

Constructor Summary
Synthetic.Provider(String namespace)
           
 
Method Summary
 void clear()
           
 Synthetic get()
          Get a synthetic qualifier.
 Synthetic get(Object object)
          Get a synthetic qualifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Synthetic.Provider

public Synthetic.Provider(String namespace)
Method Detail

get

public Synthetic get(Object object)
Get a synthetic qualifier. The provided annotation is used to map the generated qualifier, allowing later retrieval.

Parameters:
annotation -
Returns:

get

public Synthetic get()
Get a synthetic qualifier. The qualifier will not be stored for later retrieval.

Returns:

clear

public void clear()


Copyright © 2011 Seam Framework. All Rights Reserved.