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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -