You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I know Velocity already uses an annotation and annotation processor to generate it's plugin meta file, I added support to conveniently have the version in there without resorting to hacks, manually changing it or setting up templating for a single string. Also wooo new feature.
Sooo, just add @VelocityPlugin and specify depencendies with @Dependency (warning, different import!) as usual.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Yes, I know Velocity already uses an annotation and annotation processor to generate it's plugin meta file, I added support to conveniently have the version in there without resorting to hacks, manually changing it or setting up templating for a single string. Also wooo new feature.
Sooo, just add
@VelocityPlugin
and specify depencendies with@Dependency
(warning, different import!) as usual.This discussion was created from the release 1.3 - Velocity support.
Beta Was this translation helpful? Give feedback.
All reactions