T - The type of the target.@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
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.@Nullable T getTarget()
The returned object reference may be null subject to the terms
and conditions of sub-interfaces or implementations.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.