@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.
Mostly:rdf:type(3), applied to(2), indicates spring bean(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound 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)
- Private Api Rate Limiter Method
ex:private-api-rate-limiter-method - Public Api Rate Limiter Method
ex:public-api-rate-limiter-method
hasAnnotationHas Annotation(2)
- Password Encoder Field
ex:password-encoder-field - Spring Security Config Class
ex:spring-security-config-class
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.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Spring Annotation | [2] |
| Rdf:type | Java Annotation | [3] |
| Rdf:type | Java Annotation | [4] |
| Applied to | Public Api Rate Limiter | [2] |
| Applied to | Private Api Rate Limiter | [2] |
| Indicates Spring Bean | true | [1] |
| Spring Framework Component | Spring 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.
References (4)
ctx:claims/beam/59c7e49d-4746-4da5-b282-70aa4833e291- full textbeam-chunktext/plain1 KB
doc:beam/59c7e49d-4746-4da5-b282-70aa4833e291Show excerpt
.uri("lb://your-service")) .build(); } @Bean public RequestRateLimiter redisRateLimiter() { return new RedisRateLimiter(redisConnectionFactory(), 10, Duration.ofSeconds(1)); } @Bean …
ctx:claims/beam/96679439-9730-46ec-a09a-bfd5d38ef410- full textbeam-chunktext/plain1 KB
doc:beam/96679439-9730-46ec-a09a-bfd5d38ef410Show excerpt
.timeoutDuration(Duration.ofMillis(100)) .build(); return RateLimiterRegistry.of(config).rateLimiter("publicApiRateLimiter"); } @Bean public RateLimiter privateApiRateLimiter() { RateLim…
ctx:claims/beam/598bfda6-5af7-45e0-80ff-86a88cdf0a7d- full textbeam-chunktext/plain1 KB
doc:beam/598bfda6-5af7-45e0-80ff-86a88cdf0a7dShow 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 …
ctx:claims/beam/17e2adb7-61d7-4474-bc6f-399030ad2fa7- full textbeam-chunktext/plain1 KB
doc:beam/17e2adb7-61d7-4474-bc6f-399030ad2fa7Show 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.