jakartaee / enterprise-beans

Jakarta Enterprise Beans
https://eclipse.org/ee4j/ejb
Other
19 stars 29 forks source link

Allow Schedule attributes loaded from Jakarta Config #142

Open hantsy opened 2 years ago

hantsy commented 2 years ago

Allow @Schedule attributes to be set via EL and configured in Jakarta Config.

@Schedule(dayOfWeek="#{schedule.dayOfWeek}")

For example config it in a properties file.

schedule.dayOfWeek=Mon,Fri