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?


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -