|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @Apache20LicenseCompatible public @interface GridSpiInfo
Annotation for SPI main interface implementation. Every SPI implementation should be
annotated with this annotations. Kernel will not load SPI implementation without 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 |
author
SPI provider's author. |
String |
email
Vendor's email (info or support). |
String |
url
Vendor's URL. |
String |
version
SPI implementation version. |
| Element Detail |
|---|
public abstract String author
public abstract String url
public abstract String email
public abstract String version
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|