org.jboss.ejb3.annotation.impl
Class LocalHomeImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.LocalHomeImpl
All Implemented Interfaces:
Annotation, javax.ejb.LocalHome

public class LocalHomeImpl
extends Object
implements javax.ejb.LocalHome

Comment

Version:
$Revision: 67790 $
Author:
Bill Burke

Constructor Summary
LocalHomeImpl(Class<?> value)
           
 
Method Summary
 Class<javax.ejb.LocalHome> annotationType()
           
 Class<?> value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

LocalHomeImpl

public LocalHomeImpl(Class<?> value)
Method Detail

value

public Class<?> value()

annotationType

public Class<javax.ejb.LocalHome> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.