Created
August 1, 2014 19:22
-
-
Save atishn/e80433d7778d9ce5e0b6 to your computer and use it in GitHub Desktop.
Java Melody Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bean id="facadeMonitoringAdvisor"> | |
<property name="pointcut"> | |
<bean> | |
<property name="interfaceName" value="com.xyz.Facade" /> | |
</bean> | |
</property> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment