@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,PARAMETER}) public static @interface SampleData.Category
Mark on an implementation class of SampleDataProvider
to specify the sample data category the provider applied
Modifier and Type | Required Element and Description |
---|---|
SampleDataCategory |
value |
public abstract SampleDataCategory value
Copyright © 2014–2021 ActFramework. All rights reserved.