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 SummaryRequired ElementsModifier and TypeRequired ElementDescriptionThe resource path of the dictionary file.
- 
Element Details- 
resourcePathString resourcePathThe resource path of the dictionary file.
 
-