@Retention(RetentionPolicy.RUNTIME)
public @interface Cacheable
{
	String value() default "true";
}