Interface Builder<T>

Type Parameters:
T - The type of objects that this builder creates.

public interface Builder<T>
Identifies a class as being a builder for a bean class.

This interface has no methods to implement.
It's purpose is to identify a class as a builder when it's used on a constructor of the built class.

See Also: