org.amino.utility
Annotation Type Parallel


@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface Parallel

An annotation which indicates how method should be used inside multi-threaded program.

Author:
ganzhi

Required Element Summary
 ParallelType value
           
 

Element Detail

value

public abstract ParallelType value
Returns:


Copyright © 2008. All Rights Reserved.