Annotation Type Container


  • @Retention(RUNTIME)
    @Target(TYPE_USE)
    public @interface Container
    Annotation to mark a parameter as a container: the value of the given argument will be populated by the algorithm during execution.
    See Also:
    Computers