Skip to content

andy1138/scalaj-reflect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scalaj-reflect

A reflection library based on the Scala Signature logic from scalap

Usage

TBD

Requirements

scalaj-reflect requires Scala 2.8.1+

Installation

sbt

If you're using simple-build-tool, simply add the following line to your project file:

val scalaj_spring = "org.scalaj" %% "scalaj-reflect" % "0.1-SNAPSHOT"

Maven

If you're using Maven, add the following to your pom.xml:

<dependency>
  <groupId>org.scalaj</groupId>
  <artifactId>scalaj-reflect_${scala.version}</artifactId>
  <version>0.1-SNAPSHOT</version>
</dependency>

JARs

Soon to be released at scala-tools.org

From source

Clone the repository from Github:

git clone git://github.com/scalaj/scalaj-reflect.git

Build the project and create the JAR (requires sbt version 0.7.4 or greater):

cd scalaj-reflect
sbt package

Documentation

TBD

About

reflection library based on scalap and Scala signatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published