Fetch.java :  » App » microsleep » org » microsleep » annotation » Android Open Source

Android Open Source » App » microsleep 
microsleep » org » microsleep » annotation » Fetch.java
package org.microsleep.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import org.microsleep.FetchMode;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Fetch {
  FetchMode mode();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.