org.qi4j.bootstrap
Interface PropertyDeclarations

All Known Implementing Classes:
MetaInfoDeclaration

public interface PropertyDeclarations

This provides declared property information that the runtime can use.


Method Summary
 Object getInitialValue(Method accessor)
           
 MetaInfo getMetaInfo(Method accessor)
           
 

Method Detail

getMetaInfo

MetaInfo getMetaInfo(Method accessor)

getInitialValue

Object getInitialValue(Method accessor)