1.

How Do Modification-free Enhancements Work?

Answer»

You can perform modification-free enhancements at PREDEFINED POSITIONS in code.There you have anchor points or enhancement options, as they are called in the terminology.At these points you can insert your enhancements. You can do this WITHOUT changing the compilation unit that you are enhancing.The inserted implementations are processed at the appropriate POSITION in the compilation unit, but they are themselves not part of this unit.

You can perform modification-free enhancements at predefined positions in code.There you have anchor points or enhancement options, as they are called in the terminology.At these points you can insert your enhancements. You can do this without changing the compilation unit that you are enhancing.The inserted implementations are processed at the appropriate position in the compilation unit, but they are themselves not part of this unit.



Discussion

No Comment Found