public annotation interface  org.apache.ibatis.annotations.Result extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract boolean id();
public abstract java.lang.String column();
public abstract java.lang.String property();
public abstract java.lang.Class javaType();
public abstract org.apache.ibatis.type.JdbcType jdbcType();
public abstract java.lang.Class typeHandler();
public abstract org.apache.ibatis.annotations.One one();
public abstract org.apache.ibatis.annotations.Many many();
}