blackboard.persist
Annotation Type PersisterKey


@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface PersisterKey

Annotation to allow a class to override the persister key to use when trying to discover what persister to use for the object.

Since:
7.2
Version:
$Revision: #1 $ $Date: 2007/06/27 $

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2003 Blackboard, Inc. All Rights Reserved.