(
annotations: PropertySignature.Annotations<Type>
)
| 1948 | super(ast) |
| 1949 | } |
| 1950 | annotations( |
| 1951 | annotations: PropertySignature.Annotations<Type> |
| 1952 | ): PropertySignatureWithFromImpl<From, TypeToken, Type, Key, EncodedToken, Encoded, HasDefault, R> { |
| 1953 | return new PropertySignatureWithFromImpl( |
| 1954 | mergeSignatureAnnotations(this.ast, toASTAnnotations(annotations)), |
| 1955 | this.from |
| 1956 | ) |
| 1957 | } |
| 1958 | } |
| 1959 | |
| 1960 | /** |
nothing calls this directly
no test coverage detected