@Retention(value=RUNTIME) public @interface Inputs
Inputs annotation is used by Function implementations to report accepted
argument types for it's execution method. It is used to enable runtime type checking to ensure that a function is
applicable to it's arguments.public abstract Class<?>[] value
Copyright © 2017. All rights reserved.