com.google.inject.persist.finder

Class DynamicFinder



  • public final class DynamicFinder
    extends Object
    Utility that helps you introspect dynamic finder methods.
    Author:
    dhanji@gmail.com (Dhanji R. Prasanna)
    • Constructor Detail

      • DynamicFinder

        public DynamicFinder(Method method)
    • Method Detail

      • from

        public static DynamicFinder from(Method method)
        Returns some metadata if the method is annotated @Finder or null.
        Parameters:
        method - a method you want to test as a dynamic finder
      • metadata

        public Finder metadata()

Copyright © 2006-2016 Google, Inc.. All Rights Reserved.