Class ElementDefaultAttribute.DefaultValueSupplier
java.lang.Object
dev.getelements.elements.sdk.annotation.ElementDefaultAttribute.DefaultValueSupplier
- All Implemented Interfaces:
Function<ElementDefaultAttribute,String>
- Enclosing class:
ElementDefaultAttribute
public static class ElementDefaultAttribute.DefaultValueSupplier
extends Object
implements Function<ElementDefaultAttribute,String>
The default supplier that simply returns the value of the annotation.
-
Constructor Details
-
DefaultValueSupplier
public DefaultValueSupplier()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ElementDefaultAttribute,String>
-