org.jboss.ejb3.embedded.dsl
Class AttachmentBuilder

java.lang.Object
  extended by org.jboss.ejb3.embedded.dsl.AttachmentBuilder

public class AttachmentBuilder
extends java.lang.Object


Nested Class Summary
static class AttachmentBuilder.AttachmentHolder<T>
           
 
Constructor Summary
AttachmentBuilder()
           
 
Method Summary
static
<T> AttachmentBuilder.AttachmentHolder<T>
attachment(java.lang.Class<T> type, T attachment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentBuilder

public AttachmentBuilder()
Method Detail

attachment

public static <T> AttachmentBuilder.AttachmentHolder<T> attachment(java.lang.Class<T> type,
                                                                   T attachment)