@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface UsingPaths
Modifier and Type | Required Element and Description |
---|---|
String |
searchIn |
Modifier and Type | Optional Element and Description |
---|---|
String[] |
excludes |
String[] |
includes |
Class<? extends StoryFinder> |
storyFinder |
public abstract String searchIn
public abstract String[] includes
public abstract String[] excludes
public abstract Class<? extends StoryFinder> storyFinder
Copyright © 2003–2015. All rights reserved.