Skip to content

Commit

Permalink
Merge branch 'master' of github.com:miho/VMF
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Dec 20, 2021
2 parents 5cc11ab + 18179b3 commit 915816d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ It generates/supports:
- reflection
- ...

A VMF model consists of annotated Java interfaces. We could call this "wannabe" code. We just specify the interface and its properties and get a rich implementation that implements the property setters and getters, builders and much more. Even for a simple model VMF generated a lot of useful API:
A VMF model consists of annotated Java interfaces. We could call this "wannabe" code. Just specify the interface and its properties and get a fully functional implementation including property setters and getters, builders, iterators, and much more. Even for a simple model VMF provides a lot of useful APIs:

<img src="resources/img/vmf-01.svg">

Expand Down Expand Up @@ -110,7 +110,7 @@ Navigate to the `VMF` core [Gradle](http://www.gradle.org/) project (i.e., `path

### IDE

Open the `VMF` runtime [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with IntelliJ 2020) and build it
Open the `VMF` runtime [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with IntelliJ 2021) and build it
by calling the `publishToMavenLocal` task.

### Command Line
Expand Down

0 comments on commit 915816d

Please sign in to comment.