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

All Superinterfaces:
AnnotationTarget<O>, AnnotationTargetSource<O,T>, FinalCapable, FinalCapableSource<T>, Internal, JavaDocCapable<T>, JavaDocCapableSource<T>, LocationCapable, Member<O>, Named, NamedSource<T>, Origin<O>, StaticCapable, StaticCapableSource<T>, VisibilityScoped, VisibilityScopedSource<T>
All Known Subinterfaces:
FieldSource<O>, MethodSource<O>

Represents a JavaSource member. (I.e.: a FieldSource or MethodSource)
Author:
Lincoln Baxter, III