Constructor-level annotation

Hi.

Does kotlin support constructor-level annotations? It would be useful for integration with java frameworks.

Thanks.

AFAIK

public class MyClass [MyAnnotation](param1:String){

}