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