org.azuki.framework.aop
Interface IContract
public interface IContract
- Author:
- Robert Bakic (robert.bakic@gmail.com)
ALL_METHODS
static final Method[] ALL_METHODS
ALL_FIELDS
static final Field[] ALL_FIELDS
checkBindable
void checkBindable(Class beanclass)
throws Exception
- Throws:
Exception
getFieldSelection
IContract.Selection getFieldSelection()
getFieldCandidates
Field[] getFieldCandidates(Class beanclass)
getMethodSelection
IContract.Selection getMethodSelection()
getMethodCandidates
Method[] getMethodCandidates(Class beanclass)
Azuki Framework Copyright © 2006 the original author or authors.