org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.name
Class School

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.name.School
Direct Known Subclasses:
HighSchool_Broken

public class School
extends Object


Constructor Summary
School()
           
 
Method Summary
 Pupil getStarPupil()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

School

public School()
Method Detail

getStarPupil

@Produces
@Named(value="bestPupil")
public Pupil getStarPupil()


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