blackboard.platform
Annotation Type LicenseKey


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface LicenseKey

Annotation to mark classes or methods with the required license key for the class or method to be available. The LicenseManager license checking methods can accept classes and methods now and will check for this annotation.

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

Required Element Summary
 java.lang.String[] value
          List of license keys
 
Optional Element Summary
 boolean any
          Mark the license key as requiring ANY of the licenses, instead of all
 

Element Detail

value

public abstract java.lang.String[] value
List of license keys

any

public abstract boolean any
Mark the license key as requiring ANY of the licenses, instead of all

Default:
false


Copyright © 2003 Blackboard, Inc. All Rights Reserved.