Annotation Interface DictionaryFile
@Target({METHOD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Repeatable(DictionaryFiles.class)
public @interface DictionaryFile
Attaches a dictionary file located in resources to a fuzz test. The file should follow libfuzzer's dictionary syntax.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe resource path of the dictionary file.
-
Element Details
-
resourcePath
String resourcePathThe resource path of the dictionary file.
-