public interface LicenseChanged
Modifier and Type | Interface and Description |
---|---|
static class |
LicenseChanged.Type
The type of license change.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Get a description of this license, perhaps including a reason why this license is used.
|
License |
license()
Get the license.
|
LicenseChanged.Type |
type()
The type of change in the license.
|
License license()
LicenseChanged.Type type()
String description()