org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.decorator
Class AlphaDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.decorator.AlphaDecorator
All Implemented Interfaces:
Alpha

@Decorator
public class AlphaDecorator
extends Object
implements Alpha


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

Constructor Detail

AlphaDecorator

public AlphaDecorator()
Method Detail

process

public String process()
Specified by:
process in interface Alpha


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