Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for element_type (0.11 sec)

  1. CronExpression.java

    limitations under the License. L15: */ L16:package org.codelibs.fess.validation; L17: L18:import static java.lang.annotation.ElementType.ANNOTATION_TYPE; L19:import static java.lang.annotation.ElementType.CONSTRUCTOR; L20:import static java.lang.annotation.ElementType.FIELD; L21:import static java.lang.annotation.ElementType.METHOD; L22:import static java.lang.annotation.ElementType.PARAMETER; L23:import static java.lang.annotation.RetentionPolicy.RUNTIME; L24: L25:import java.lang.annotation.Documented;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.5K bytes
  2. CustomSize.java

    limitations under the License. L15: */ L16:package org.codelibs.fess.validation; L17: L18:import static java.lang.annotation.ElementType.ANNOTATION_TYPE; L19:import static java.lang.annotation.ElementType.CONSTRUCTOR; L20:import static java.lang.annotation.ElementType.FIELD; L21:import static java.lang.annotation.ElementType.METHOD; L22:import static java.lang.annotation.ElementType.PARAMETER; L23:import static java.lang.annotation.RetentionPolicy.RUNTIME; L24: L25:import java.lang.annotation.Documented;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.8K bytes
  3. UriType.java

    limitations under the License. L15: */ L16:package org.codelibs.fess.validation; L17: L18:import static java.lang.annotation.ElementType.ANNOTATION_TYPE; L19:import static java.lang.annotation.ElementType.CONSTRUCTOR; L20:import static java.lang.annotation.ElementType.FIELD; L21:import static java.lang.annotation.ElementType.METHOD; L22:import static java.lang.annotation.ElementType.PARAMETER; L23:import static java.lang.annotation.RetentionPolicy.RUNTIME; L24: L25:import java.lang.annotation.Documented;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.6K bytes
  4. Secured.java

    &quot;ROLE_ADMIN&quot; }) L39: * public void update(Contact contact); L40: * L41: * &#064;Secured({ &quot;ROLE_ADMIN&quot; }) L42: * public void delete(Contact contact); L43: * </pre> L44: * @author Mark St.Godard L45: */ L46:@Target({ ElementType.METHOD, ElementType.TYPE }) L47:@Retention(RetentionPolicy.RUNTIME) L48:@Inherited L49:@Documented L50:public @interface Secured { L51: /** L52: * Returns the list of security configuration attributes (e.g.&nbsp;ROLE_USER, ROLE_ADMIN). L53: * L54:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.8K bytes
  5. ErrorToWarnRewritePolicy.java

    fig.plugins.PluginAttribute; L26:import org.apache.logging.log4j.core.config.plugins.PluginFactory; L27:import org.apache.logging.log4j.core.impl.Log4jLogEvent; L28: L29:@Plugin(name = "ErrorToWarnRewritePolicy", category = Core.CATEGORY_NAME, elementType = "rewritePolicy", printObject = true) L30:public class ErrorToWarnRewritePolicy implements RewritePolicy { L31: L32: private final String[] loggerNames; L33: L34: public ErrorToWarnRewritePolicy(final String[] loggerNames) { L35: this.loggerNames...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.4K bytes
Back to top