org.jboss.webbeans.tck.impl.literals
Class CurrentBinding

java.lang.Object
  extended by javax.inject.AnnotationLiteral<javax.inject.Current>
      extended by org.jboss.webbeans.tck.impl.literals.CurrentBinding
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.inject.Current

public class CurrentBinding
extends javax.inject.AnnotationLiteral<javax.inject.Current>
implements javax.inject.Current

Annotation literal for @Current

Author:
Pete Muir

Constructor Summary
CurrentBinding()
           
 
Method Summary
 
Methods inherited from class javax.inject.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

CurrentBinding

public CurrentBinding()


Copyright © 2008-2009. All Rights Reserved.