public static class ImportConfig.AnnotationListValue extends ImportConfig.Value<java.util.List<Annotation>>
Constructor and Description |
---|
AnnotationListValue(java.lang.String key,
ImportConfig config,
java.util.List<Annotation> defValue) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Annotation> |
fromString(java.lang.String string) |
public AnnotationListValue(java.lang.String key, ImportConfig config, java.util.List<Annotation> defValue)
protected java.util.List<Annotation> fromString(java.lang.String string)
fromString
in class ImportConfig.Value<java.util.List<Annotation>>