Annotation Type Configuration.CollectKeys


  • @Documented
    @Target(METHOD)
    @Retention(CLASS)
    public static @interface Configuration.CollectKeys
    Annotated function will return the list of configuration keys. The return type of the method must be of type Collection<String>.