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

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

public class HighSchool_Broken
extends School


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

Constructor Detail

HighSchool_Broken

public HighSchool_Broken()
Method Detail

getStarPupil

@Produces
@Specializes
@Named
public Pupil getStarPupil()
Overrides:
getStarPupil in class School


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