Skip to content

Commit

Permalink
Updated README with resolution logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
aroemers committed Nov 6, 2012
1 parent 2c592f1 commit 28ac637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -82,6 +82,8 @@ $ java -cp . -jar gluer.jar example.config
No errors. No errors.
``` ```


Note that no classes (other than those of the tool itself) are actually loaded into the JVM, when the tool is used in _checking_ mode. This means that no static initialisation in the classes referenced by the Adapters and .gluer specification will take place.

Since no errors are found, we can run our application using Gluer as a *runtime* framework: Since no errors are found, we can run our application using Gluer as a *runtime* framework:


```bash ```bash
Expand Down

0 comments on commit 28ac637

Please sign in to comment.