GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.loaders
Annotation Type GridLoader


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface GridLoader

This annotation is used to mark a class that acts as GridGain loader. Currently, this annotation is informational only, however this will be used in future and all loaders must declare this annotation.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

 

Required Element Summary
 String description
          Description of the loader.
 

Element Detail

description

public abstract String description
Description of the loader.


GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.