com.atlassian.jira.util.lang
Interface Builder<T>

Type Parameters:
T - type fo the target constructed object

public interface Builder<T>

An abstract builder interface.

Since:
v4.3

Method Summary
 T build()
          Construct the target object instance.
 

Method Detail

build

T build()
Construct the target object instance.

Returns:
target object instance


Copyright © 2002-2013 Atlassian. All Rights Reserved.