Closed maxleiko closed 8 years ago
What do you mean ? Could you give some example or explain what information you did not find ?
The issue is just a reminder for @dukeboard =)
The purpose of the doc is to explain to end users how to use those anos.
Like:
@Param(optional = false, defaultValue = "3042")
private Integer port;
// do I have the right to use "private" with my dictionary parameters ?
@Param(optional = false, defaultValue = "3042")
private Integer port = 3042; // can I set the default value here ?
// or do I need to use defaultValue in ano ?
// if I use both, what's going to happen?
@KevoreeInject
public ModelService modelService;
// can I use this outside of an entity class ? (meaning a @XXXType class)
etc =)
ok will be done into the next Kevoree book documentation
Default @Param & @KevoreeInject behavior should be detailed in Kevoree Documentation