jtonic
08/28/2017, 6:17 PM@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Profile(Service1MockedProfile.NAME)
public @interface Service1MockedProfile {
String NAME = "Service1MockedProfile";
}
During the migration from Java to Kotlin this is one of the remaining code that still struggling with.voddan
08/29/2017, 4:56 AMconst val NAME = "...."
. It was designed for annotations