org.apache.ibatis.annotations
Annotation Type SelectProvider


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SelectProvider


Required Element Summary
 String method
           
 Class<?> type
           
 

Element Detail

type

public abstract Class<?> type

method

public abstract String method


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.