org.jboss.errai.codegen.builder.impl
Class MethodBuilderAbstractOption<T>
java.lang.Object
org.jboss.errai.codegen.builder.impl.MethodBuilderAbstractOption<T>
- All Implemented Interfaces:
- Finishable<T>
public class MethodBuilderAbstractOption<T>
- extends Object
- implements Finishable<T>
- Author:
- Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
throwsDeclaration
protected ThrowsDeclaration throwsDeclaration
callback
protected MethodBuildCallback<T> callback
MethodBuilderAbstractOption
public MethodBuilderAbstractOption(MethodBuildCallback<T> callback)
throws_
public T throws_(Class<? extends Throwable>... exceptionTypes)
throws_
public T throws_(MetaClass... exceptions)
finish
public T finish()
- Specified by:
finish
in interface Finishable<T>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.