Annotation Type LocalPreflight


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    @Inherited
    public @interface LocalPreflight
    Controls the implementation of preflight processing on an OPTIONS method. If the current method is OPTIONS, and this method wants to handle the preflight process for itself then have this annotation attached to it, otherwise the filter performs it.