@Retention(value=CLASS)
@Target(value={TYPE,CONSTRUCTOR,METHOD})
public @interface ExpiryKeyFile
This value is used by ShelfLifeCheck
to create the Shelf Life token for the application when it is
instrumented. This annotation is unnecessary if:
1. The key file is specified in the project, or
2. The Shelf Life token is provided at run-time via the tokenSource
attribute of the
@ShelfLifeCheck
.
ShelfLifeCheck
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The Shelf Life key file.
|
Copyright 2019 PreEmptive Solutions, LLC. All Rights Reserved.