documentation - How can/should I document injection points? -
let's wrote library class.
public abstract class abstractservice { @inject @named("file") private transient java.io.file file; }
how can/should expose information injection point, developers can prepare providers?