Class NextAnnotation
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.NextAnnotation
-
public class NextAnnotation extends java.lang.Object
Next
annotation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description NextAnnotation(java.lang.String nextName, java.lang.Class<?> argumentType)
Instantiate.NextAnnotation(NextFunction nextFunction, java.lang.Class<?> argumentType)
Instantiate.NextAnnotation(Next next, java.lang.Class<?> argumentType)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
getArgumentType()
Obtains the argument type for theNext
.java.lang.String
getNextName()
Obtains theNext
name.
-
-
-
Constructor Detail
-
NextAnnotation
public NextAnnotation(java.lang.String nextName, java.lang.Class<?> argumentType)
Instantiate.
-
NextAnnotation
public NextAnnotation(Next next, java.lang.Class<?> argumentType)
Instantiate.
-
NextAnnotation
public NextAnnotation(NextFunction nextFunction, java.lang.Class<?> argumentType)
Instantiate.- Parameters:
nextFunction
-NextFunction
.argumentType
- Argument type for theNextFunction
.
-
-