Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-leuthaeuser/scrollannotations
This project contains annotations supporting SCROLL.
https://github.com/max-leuthaeuser/scrollannotations
Last synced: 12 days ago
JSON representation
This project contains annotations supporting SCROLL.
- Host: GitHub
- URL: https://github.com/max-leuthaeuser/scrollannotations
- Owner: max-leuthaeuser
- License: lgpl-3.0
- Created: 2017-12-01T11:11:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T09:20:17.000Z (over 6 years ago)
- Last Synced: 2024-11-14T03:49:31.524Z (about 2 months ago)
- Language: Scala
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SCROLLAnnotations
=================This project contains annotations supporting [SCROLL][scroll].
**1. Edit, develop and build:**
1. Clone this repo.
2. Intellij IDE: use the built-in import SBT project functionality.
3. You may want to use SBT and run ```eclipse``` if you are using the Eclipse Scala IDE (to config see [here][gen-eclipse]).
4. Invoke ```sbt assembly```. The resulting ```SCROLLAnnotations.jar``` is stored under ```target/scala-2.12/```.**2. Use the plugin:**
1. Add ```"com.github.max-leuthaeuser" %% "scrollannotations" % "latest.integration"``` to your sbt configuration as dependecy.
2. Or if you want to use it on the console directly with ```scalac```: add the ```-Xplugin:SCROLLAnnotations-assembly-versionNumber.jar``` switch.
3. Add ```addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)``` to your sbt build configuration.[gen-eclipse]: https://github.com/typesafehub/sbteclipse
[scroll]: https://github.com/max-leuthaeuser/SCROLL