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 6979091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:50:29+00:00 2026-05-27T17:50:29+00:00

I have an application which has legacy Struts actions extending org.apache.struts.StrutsActions. I would like

  • 0

I have an application which has legacy Struts actions extending org.apache.struts.StrutsActions. I would like to be sure that all my classes which are extending StrutsActions have a custom annotation.

In order to provide this I have written a small maven enforcer rule to validate my requirement. However I dont know how to load my classes at my mojo to validate them.

Actually I have done something not fancy which is injection outputDirectory and with a custom class loader I have recursively loaded all classes at my build folder.

Thanks

  • 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-27T17:50:29+00:00Added an answer on May 27, 2026 at 5:50 pm

    I have done it with the help of reflections

      <dependency>
         <groupId>org.reflections</groupId>
         <artifactId>reflections</artifactId>
         <version>0.9.5</version>
      </dependency>
    

    my implementation is like this:

    public void execute(EnforcerRuleHelper helper) throws EnforcerRuleException {
    
        URL url = getURL(helper.evaluate("${project.build.outputDirectory}"));
    
        Predicate<String> filter = new FilterBuilder().include(getTargetSuperTypeForSubtypes());
        Predicate<String> filter2 = new FilterBuilder().include(getMustHaveAnnotation());
    
        Reflections reflections = new Reflections(new ConfigurationBuilder()
         .setScanners(
            new TypeAnnotationsScanner().filterResultsBy(filter2),
            new SubTypesScanner().filterResultsBy(filter))
         .setUrls(url));
    
        validate(reflections);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a legacy schema file which has the following column names, would like
I have an application which has a similar interface to Visual Studio, in that
I have a Silverlight application which has on it a Canvas. On that Canvas,
I have a Rails application that has to co-exist with a very old legacy
We have a legacy VB6 application which has worked just fine on Windows XP
I have developed a grails/groovy application for a legacy database which has user maintenance
I have recently started working on a legacy application that has most of its
I have an application which has to live as a service, I create an
I have an application which has a Projects table and a Users table. In
I have an AJAX application which has used CSS divs to create panels on

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.