|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface LicenseKeyAnnotation 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.
| 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 |
|---|
public abstract java.lang.String[] value
public abstract boolean any
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||