Can I identify all my Endpoints using @Endpoint AND have some secure, some unsecured ?

In Airline I see the definition for two interceptors (one secure, one unsecured). Can I have two interceptors and only identify my Endpoints with @Endpoint ? It seems to me that no - since all the Endpoints will be defined in the first interceptor ? Can I identify a secured Endpoint using an annotation ? (Isn't this the way controller methods are secured in Spring MVC ?)