Method
Parameter
(Invokable<?, ?> declaration, int position, TypeToken<?> type, Annotation[] annotations)
Source from the content-addressed store, hash-verified
| 44 | private final ImmutableList<Annotation> annotations; |
| 45 | |
| 46 | Parameter(Invokable<?, ?> declaration, int position, TypeToken<?> type, Annotation[] annotations) { |
| 47 | this.declaration = declaration; |
| 48 | this.position = position; |
| 49 | this.type = type; |
| 50 | this.annotations = ImmutableList.copyOf(annotations); |
| 51 | } |
| 52 | |
| 53 | /** Returns the type of the parameter. */ |
| 54 | |
Callers
nothing calls this directly
Tested by
no test coverage detected