Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6218233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:34:15+00:00 2026-05-24T07:34:15+00:00

First of all: I want to use Java EE not Spring! I have some

  • 0

First of all: I want to use Java EE not Spring!
I have some self defined annotations which are acting as interceptor bindings. I use the annotations on my methods like this:

@Logged
@Secured
@RequestParsed
@ResultHandled
public void doSomething() {
   // ...
}

For some methods I want to use a single of these annotations but most methods I want to use like this:

@FunctionMethod
public void doSomething() {
   // ...
}

Can I bundle these set of annotations to a single one? I cannot write the code in a single interceptor because for some methods I want to use them seperately too.

I know that there is a @Stereotype definition possible, but as far as I know, this is used to define a whole class not a single method.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T07:34:16+00:00Added an answer on May 24, 2026 at 7:34 am

    With help of some well-known search engine I found the solution in the documentation of JBoss Weld (Chapter 9.6 Interceptor binding with inheritance)

    I can use an interceptor binding interface which is inherited from other interceptor bindings. It will look like this:

    @InterceptorBinding
    @Target({ ElementType.METHOD, ElementType.TYPE })
    @Retention(RetentionPolicy.RUNTIME)
    @Logged
    @Secured
    @RequestParsed
    @ResultHandled
    public @interface FunctionMethod {
      // clean and empty
    }
    

    Now I can use the new interceptor binding on the bean method and all of the interceptors will be called:

    @FunctionMethod
    public void doSomething() {
       // ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First of all: I use GlassFish 3.1 + Eclipse Java EE indigo. I want
First of all, I don't want to use a join because that will make
First of all, I want to be clear that I'm not talking about defining
First of all, I am a complete Java NOOB. I want to handle multiple
First of all, I know how to build a Java application. But I have
There is Java tool (it is called Mallet) http://mallet.cs.umass.edu/download.php which I want to use
First of all, I've never worked with C before (mostly Java which is the
First of all, I have to use and create this DOM element in a
First of all I don't know if this is the right approach. I want
First of all, I know about the command line parameter, but I don't want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.