Feature

public final class Feature

Describes an optional feature. A feature has a name that distinguishes it from other features and an informational parameter since which version that feature is available.

Parameters

name

the name for the feature

since

the version which introduced the feature

Constructors

Link copied to clipboard
public Feature Feature(String name, String since)

Functions

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public final String getName()
Link copied to clipboard
public final String getSince()
Link copied to clipboard
public Integer hashCode()

Properties

Link copied to clipboard
private final String name
Link copied to clipboard
private final String since