Interface ExtendableSource<O extends JavaType<O>>

All Superinterfaces:
Extendable<O>
All Known Subinterfaces:
JavaClassSource

public interface ExtendableSource<O extends JavaType<O>> extends Extendable<O>
Represents a JavaSource that can extend other types (Java inheritance and interfaces).
Author:
Lincoln Baxter, III