org.apache.myfaces.extensions.cdi.core.api
Interface Aggregatable<T>


public interface Aggregatable<T>

Author:
Gerhard Petracek

Method Summary
 void add(T t)
           
 T create()
           
 

Method Detail

add

void add(T t)

create

T create()


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.