Changes
Page history
Update Custom Main
authored
May 15, 2023
by
Bernhard Johannes Berger
Show whitespace changes
Inline
Side-by-side
Developer/Extending-EvoAl/Custom-Main.md
View page @
71dbfc89
# Custom Main
To create your own application using EvoAl, you can create a custom main class. Therefore, you implement the
`MainClass`
, and annotate the class using CDI annotations:
```
java
...
...
...
...