org.jboss.cdi.tck.tests.extensions.beanManager.injectionPoint
Class Library

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.injectionPoint.Library

public class Library
extends Object


Constructor Summary
Library(Book<Object> book1, Book<String> book2, Book<Integer> book3)
           
 
Method Summary
 void foo(Book<Object> book1, Book<String> book2, Book<Integer> book3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Library

public Library(Book<Object> book1,
               Book<String> book2,
               Book<Integer> book3)
Method Detail

foo

public void foo(Book<Object> book1,
                Book<String> book2,
                Book<Integer> book3)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.