T - The type of the target.public interface Link<T>
target property.
This interface is useful if a class is decorating or adapting another class
and access to the decorated or adapted object should be provided as part of
the public API of the decorating or adapting class.@CheckForNull T get()
The returned object reference may be null subject to the terms
and conditions of sub-interfaces or implementations.
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.