org.jboss.cdi.tck.tests.alternative.selection.enterprise
Class EnterpriseService

java.lang.Object
  extended by org.jboss.cdi.tck.tests.alternative.selection.enterprise.EnterpriseService
All Implemented Interfaces:
Service

@Priority(value=1000)
@Alternative
public class EnterpriseService
extends Object
implements Service


Constructor Summary
EnterpriseService()
           
 
Method Summary
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseService

public EnterpriseService()
Method Detail

getId

public String getId()
Specified by:
getId in interface Service


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