Skip to content

max-leuthaeuser/SCROLLAnnotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCROLLAnnotations

This project contains annotations supporting 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).
  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.

About

This project contains annotations supporting SCROLL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages