Interface PropertyKey
- All Known Implementing Classes:
MvnProperties, Project.Properties
public interface PropertyKey
The Interface defines the type used as key for a
Project's properties.
Implementations of this interface should extends Enum. See
Project.Properties for an example.-
Method Details
-
name
-
type
-
defaultValue
The property's default value. This value must not benull.- Type Parameters:
T- the generic type- Returns:
- the object
-