kbss-cvut / s-pipes

Tool for execution of RDF-based pipelines.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Generate getters and setters automatically for @Parameter annotation #257

Open blcham opened 2 months ago

blcham commented 2 months ago

Currently, to create a module, one needs to:

It would be nice to have the getter and setter inferred from @Parameter directly.

Open questions: