Interface GenericCapableSource<O extends JavaSource<O>,T>

All Superinterfaces:
GenericCapable<O>
All Known Subinterfaces:
JavaClassSource, JavaInterfaceSource, MethodSource<O>

public interface GenericCapableSource<O extends JavaSource<O>,T> extends GenericCapable<O>
Represents a Java source element that may define type variables.
Author:
mbenson