Ding icon indicating copy to clipboard operation
Ding copied to clipboard

DI ( Dependency Injection: Setter, Constructor, Method), AOP ( Aspect Oriented Programming ), Events support, xml, yaml, and annotations (including some JSR 250 and JSR 330, like @Configuration and @B...

Results 25 Ding issues
Sort by recently updated
recently updated
newest added

Thanks for your advice and apologize for the delay but I also sent the changes and tests, greetings and I am waiting for your comments.

similar to quartz(tm).. more to come

so when specifying a property like <property name="asd"><value>${prop}</value></property> and $prop is actually an array, no confusions are made by properties helper

Feature
Refactor
New

## Taken from #95, by jonathaningram A question related to annotations: I want to inject a Service (say, my ProductsService) into my Controller (say, my ProductsController) via a property or...

Feature
New

to prevalidate arguments that come from a request. I.e: if @Validate(user) then the mvc expects a $user argument in the action that must be pre validated using the class UserValidator

Feature

which should be equivalent to <import ... />

Feature

so they dont have to resolve at run time

Performance