Skip to content

Commit f660999

Browse files
authored
Add annotation library to README.
1 parent 6176218 commit f660999

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ This prototype refactoring plug-in for [Eclipse](http://eclipse.org) represents
1111

1212
### Installation for Usage
1313

14+
### Marking Entry Points
15+
16+
Explicit entry points may be marked using the appropriate annotation found in the corresponding [annotation library][annotations].
17+
1418
### Limitations
1519

1620
There are currently some limitations with embedded streams (i.e., streams declared as part of lambda expressions sent as arguments to intermediate stream operations). This is due to model differences between the Eclipse JDT and WALA. See [#155](https://github.com/ponder-lab/Java-8-Stream-Refactoring/issues/155) for details.
@@ -23,12 +27,14 @@ Please see [the wiki](http://github.com/ponder-lab/Java-8-Stream-Refactoring/wik
2327

2428
The project includes a maven configuration file using the tycho plug-in, which is part of the [maven eclipse plugin](http://www.eclipse.org/m2e/). Running `mvn install` will install *most* dependencies. Note that if you are not using maven, this plugin depends on https://github.com/khatchad/edu.cuny.citytech.refactoring.common, the **Eclipse SDK**, **Eclipse SDK tests**, and the **Eclipse testing framework**. The latter three can be installed from the "Install New Software..." menu option under "Help" in Eclipse.
2529

26-
### Dependencies
30+
#### Dependencies
2731

2832
You should have the following projects in your workspace:
2933

3034
1. [WALA stream branch](https://github.com/ponder-lab/WALA/tree/streams). Though, not all projecst are necessary. You can close thee ones related to JavaScript and Android.
31-
1. [SAFE](https://github.com/ponder-lab/safe)
32-
1. [Eclipse Java Refactoring Framework](https://github.com/ponder-lab/Common-Eclipse-Java-Refactoring-Framework)
35+
1. [SAFE](https://github.com/ponder-lab/safe).
36+
1. [Eclipse Java Refactoring Framework](https://github.com/ponder-lab/Common-Eclipse-Java-Refactoring-Framework).
3337

3438
### Running the Evaluator
39+
40+
[annotations]: https://github.com/ponder-lab/edu.cuny.hunter.streamrefactoring.annotations

0 commit comments

Comments
 (0)