SlingFilter annotations in aem 6.4
Hi Team,
Please help me in converting the below scr annotations to osgi annotations for aem 6.4.
@SlingFilter(label="my label" , description = "my desc" , metatype = false, order = -9999)
@Properties({@Property(label = "my label" , description = "my description", name="pattern" , value = "/.*")});
public class MyClass implements Filter
{
}
Thanks,
Preetham K.R