Skip to content

Commit

Permalink
Added ReflectionConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 4, 2024
1 parent ebdcf2b commit 0d9b49e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package org.primefaces.showcase.util;

import io.quarkus.runtime.annotations.RegisterForReflection;

@RegisterForReflection(targets = {org.primefaces.util.FacetUtils.class})
public class ReflectionConfig {
}

0 comments on commit 0d9b49e

Please sign in to comment.