@Target(value={PARAMETER,METHOD}) @Retention(value=RUNTIME) public @interface MethodLoggerIgnoreParamValue
Priklad pouziti: <li>parametr metody - public List<SpsObjektTO>
findSpsObjekt(@MethodLoggerIgnoreParamValue SpsObjektFilter sof) - potlaci se hodnota instance sof
<li>metoda - @MethodLoggerIgnoreParamValue public UzivatelTO
getLoggedUzivatel() - potlaci se navratova hodnota metody
Copyright © 2014–2015 Karumien s.r.o.. All rights reserved.