org.codehaus.gmaven.runtime.support.stubgen.model
Interface TypeParametersAware


public interface TypeParametersAware

Provides access to type parameters-aware elements.

Version:
$Id$
Author:
Jason Dillon

Method Summary
 void addTypeParameter(TypeParameterDef param)
           
 Set getTypeParameters()
           
 

Method Detail

getTypeParameters

Set getTypeParameters()

addTypeParameter

void addTypeParameter(TypeParameterDef param)


Copyright © 2006-2012 Codehaus. All Rights Reserved.