aboutsummaryrefslogtreecommitdiff
path: root/examples/shared/src/main/scala/show.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added annotation capture to paramsKevin Wright2018-02-011-19/+16
| | | | | | | Added test for annotation capture Updated to lamdafied syntax for SAM type construction Minor changes to permit compilation under JDK 9 Added Kevin Wright as a contributor
* Change `typeName: String` to `typeName: magnolia.TypeName` [BREAKING!]Mathias2018-01-041-1/+1
|
* Add support for repeated (vararg) parametersGeorgi Krastev2017-11-291-0/+6
| | | | Added a `Param.repeated` flag to `interface`.
* scalajs cross buildLoic Descotte2017-11-111-0/+63