public class MethodBuilderAbstractOption<T> extends Object implements Finishable<T>
Modifier and Type | Field and Description |
---|---|
protected MethodBuildCallback<T> |
callback |
protected ThrowsDeclaration |
throwsDeclaration |
Constructor and Description |
---|
MethodBuilderAbstractOption(MethodBuildCallback<T> callback) |
protected ThrowsDeclaration throwsDeclaration
protected MethodBuildCallback<T> callback
public MethodBuilderAbstractOption(MethodBuildCallback<T> callback)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.