Interface PropertyHolderSource<O extends JavaSource<O>>

Type Parameters:
O - owning JavaSource type
All Superinterfaces:
FieldHolder<O>, FieldHolderSource<O>, InterfaceCapable, MemberHolder<O>, MemberHolderSource<O>, MethodHolder<O>, MethodHolderSource<O>, PropertyHolder<O>
All Known Subinterfaces:
JavaClassSource, JavaEnumSource, JavaInterfaceSource

public interface PropertyHolderSource<O extends JavaSource<O>> extends PropertyHolder<O>, MethodHolderSource<O>, FieldHolderSource<O>
Represents a JavaSource that may contain PropertySource definitions.