get

public abstract T get<T>()(source)

Returns the object assigned to the type of this field.

This field is required to be a class field.

Return

the object


public abstract T get<T>(Object instance)(source)

Returns the object assigned to the given instance.

This field is required to be an instance field.

Return

the object

Parameters

instance

the instance