Dontopedia

@Bean

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

@Bean has 10 facts recorded in Dontopedia across 4 references, with 2 live disagreements.

10 facts·4 predicates·4 sources·2 in dispute

Mostly:rdf:type(3), applied to(2), indicates spring bean(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (4)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

beanAnnotationBean Annotation(2)

hasAnnotationHas Annotation(2)

Other facts (7)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

7 facts
PredicateValueRef
Rdf:typeSpring Annotation[2]
Rdf:typeJava Annotation[3]
Rdf:typeJava Annotation[4]
Applied toPublic Api Rate Limiter[2]
Applied toPrivate Api Rate Limiter[2]
Indicates Spring Beantrue[1]
Spring Framework ComponentSpring Bean[1]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

indicatesSpringBeanbeam/59c7e49d-4746-4da5-b282-70aa4833e291
true
springFrameworkComponentbeam/59c7e49d-4746-4da5-b282-70aa4833e291
ex:SpringBean
typebeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:SpringAnnotation
labelbeam/96679439-9730-46ec-a09a-bfd5d38ef410
@Bean
appliedTobeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:public-api-rate-limiter
appliedTobeam/96679439-9730-46ec-a09a-bfd5d38ef410
ex:private-api-rate-limiter
typebeam/598bfda6-5af7-45e0-80ff-86a88cdf0a7d
ex:JavaAnnotation
labelbeam/598bfda6-5af7-45e0-80ff-86a88cdf0a7d
@Bean
typebeam/17e2adb7-61d7-4474-bc6f-399030ad2fa7
ex:JavaAnnotation
labelbeam/17e2adb7-61d7-4474-bc6f-399030ad2fa7
@Bean

References (4)

4 references
  1. ctx:claims/beam/59c7e49d-4746-4da5-b282-70aa4833e291
    • full textbeam-chunk
      text/plain1 KBdoc:beam/59c7e49d-4746-4da5-b282-70aa4833e291
      Show excerpt
      .uri("lb://your-service")) .build(); } @Bean public RequestRateLimiter redisRateLimiter() { return new RedisRateLimiter(redisConnectionFactory(), 10, Duration.ofSeconds(1)); } @Bean
  2. ctx:claims/beam/96679439-9730-46ec-a09a-bfd5d38ef410
    • full textbeam-chunk
      text/plain1 KBdoc:beam/96679439-9730-46ec-a09a-bfd5d38ef410
      Show excerpt
      .timeoutDuration(Duration.ofMillis(100)) .build(); return RateLimiterRegistry.of(config).rateLimiter("publicApiRateLimiter"); } @Bean public RateLimiter privateApiRateLimiter() { RateLim
  3. ctx:claims/beam/598bfda6-5af7-45e0-80ff-86a88cdf0a7d
    • full textbeam-chunk
      text/plain1 KBdoc:beam/598bfda6-5af7-45e0-80ff-86a88cdf0a7d
      Show excerpt
      - **Dynamic Authorization**: Use it to dynamically check the result of a method based on the authenticated user's roles or permissions. ### Example Implementation Let's assume you have a service method that retrieves a list of items, and
  4. ctx:claims/beam/17e2adb7-61d7-4474-bc6f-399030ad2fa7
    • full textbeam-chunk
      text/plain1 KBdoc:beam/17e2adb7-61d7-4474-bc6f-399030ad2fa7
      Show excerpt
      public class SecurityConfig extends WebSecurityConfigurerAdapter { @Override protected void configure(AuthenticationManagerBuilder auth) throws Exception { auth.inMemoryAuthentication() .withUser("admin").passwo

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.