@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface DependencyOutgoing
Collection<Object>
that represents the dependencies that will be satisfied by this process
when it is executed.
This annotation is not optional.DependencyIncoming
Copyright © 2007-2018 Concurrent, Inc. All Rights Reserved.