Package org.refcodes.mixin
Interface ArgumentsAccessor.ArgumentsMutator<ARG>
-
- Type Parameters:
ARG- The type of the arguments property.
- All Known Subinterfaces:
ArgumentsAccessor.ArgumentsProperty<ARG>
- Enclosing interface:
- ArgumentsAccessor<ARG>
public static interface ArgumentsAccessor.ArgumentsMutator<ARG>Extends theArgumentsAccessorwith a setter method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetArguments(ARG[] aArguments)Sets the arguments for the arguments property.
-
-
-
Method Detail
-
setArguments
void setArguments(ARG[] aArguments)
Sets the arguments for the arguments property.- Parameters:
aArguments- The arguments to be stored by the arguments property.
-
-