Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A new annotation "StorageAdaptorInfo" will allow the storage developer to identify a new StorageAdaptor implementation. Then the jar can just be placed in the classpath andand we can find it via reflection. The StorageAdaptorInfo annotation can house the properties required for the adaptor:

 

@StorageAdaptorInfo( storagePoolType=StoragePoolType.XYZ )

...