edjafarov / aries

AriesNode is a MVC framework for node.
aries.no.de
10 stars 0 forks source link

Add Annotation config handler for Filters and Interceptors #13

Closed edjafarov closed 13 years ago

edjafarov commented 13 years ago

Add configuration resolver for F and I So any class could be marked as simple as

/**
* @Filter
*/
function classNameFilter (){
}

Additionally @Override annotation should be added. This will allow to extend filters/interceptors (and disable super) without changing anything in super class. @Override annotation should be common for all annotations. @Override means super should be ignored .

edjafarov commented 13 years ago

https://github.com/edjafarov/AriesNode/commit/70f22e3638c71a1188f753714e0d94d47d0239c3