I have the following interface:
TestInterface.java
@PreAuthorize("hasAuthority(\'interface\')") public interface TestInterface {