public static class ResourceHintsOptions.EmptyListDefault extends java.lang.Object implements DefaultValueFactory<java.util.List<javax.lang.model.type.NullType>>
| Constructor and Description | 
|---|
| EmptyListDefault() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<javax.lang.model.type.NullType> | create(PipelineOptions options)Creates a default value for a getter marked with  Default.InstanceFactory. | 
public java.util.List<javax.lang.model.type.NullType> create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<java.util.List<javax.lang.model.type.NullType>>options - The current pipeline options.