blob: c5923049f5f09b41c1c9bee3cf869302b6a2676c [file] [log] [blame]
package com.xtremelabs.robolectric.annotation;
/**
* Indicate that roboletric should look for values that is specific for the locale
*
*/
@java.lang.annotation.Documented
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD)
public @interface Values {
String locale();
}